Index: head/www/google-sitemapgen/pkg-plist =================================================================== --- head/www/google-sitemapgen/pkg-plist (revision 432274) +++ head/www/google-sitemapgen/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/sitemap_gen.py -%%PYTHON_SITELIBDIR%%/sitemap_gen.pyc -%%PYTHON_SITELIBDIR%%/sitemap_gen.pyo Property changes on: head/www/google-sitemapgen/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/google-sitemapgen/Makefile =================================================================== --- head/www/google-sitemapgen/Makefile (revision 432274) +++ head/www/google-sitemapgen/Makefile (revision 432275) @@ -1,21 +1,18 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= google-sitemapgen PORTVERSION= 1.5 CATEGORIES= www devel MASTER_SITES= https://fossies.org/linux/www/old/ DISTNAME= sitemap_gen_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Script to analyze web server and generate Google Sitemap files -PROJECTHOST= sitemap-generators - -NO_WRKSUBDIR= - -USES= python -USE_PYTHON= distutils -PYDISTUTILS_PKGNAME= sitemap_gen +NO_ARCH= yes +NO_WRKSUBDIR= yes +USES= python:2 +USE_PYTHON= autoplist distutils .include