diff --git a/www/google-sitemapgen/Makefile b/www/google-sitemapgen/Makefile index bd987e2c5f32..25206f7ad84e 100644 --- a/www/google-sitemapgen/Makefile +++ b/www/google-sitemapgen/Makefile @@ -10,12 +10,9 @@ 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 diff --git a/www/google-sitemapgen/pkg-plist b/www/google-sitemapgen/pkg-plist deleted file mode 100644 index 9ee1f952daad..000000000000 --- a/www/google-sitemapgen/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/sitemap_gen.py -%%PYTHON_SITELIBDIR%%/sitemap_gen.pyc -%%PYTHON_SITELIBDIR%%/sitemap_gen.pyo