diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-12-30 12:01:39 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-12-30 12:01:39 +0000 |
commit | 997dadaf9174423a2da64ad7d567147027f88113 (patch) | |
tree | 62b466609b1047004ecec00289a114a0bf9b0ab8 /textproc/py-rss2gen | |
parent | 8d18ea737a8e1b3305b1ec6209b5373c84d34f41 (diff) | |
download | ports-997dadaf9174423a2da64ad7d567147027f88113.tar.gz ports-997dadaf9174423a2da64ad7d567147027f88113.zip |
Notes
Diffstat (limited to 'textproc/py-rss2gen')
-rw-r--r-- | textproc/py-rss2gen/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-rss2gen/pkg-plist | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/textproc/py-rss2gen/Makefile b/textproc/py-rss2gen/Makefile index 478617e097c1..e73d6b1c8514 100644 --- a/textproc/py-rss2gen/Makefile +++ b/textproc/py-rss2gen/Makefile @@ -9,11 +9,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyRSS2Gen-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A Python library for generating RSS 2.0 feeds +COMMENT= Python library for generating RSS 2.0 feeds USE_PYTHON= yes USE_PYDISTUTILS=yes -PYDISTUTILS_PKGNAME= PyRSS2Gen +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/py-rss2gen/pkg-plist b/textproc/py-rss2gen/pkg-plist deleted file mode 100644 index a29049f41d42..000000000000 --- a/textproc/py-rss2gen/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/PyRSS2Gen.py -%%PYTHON_SITELIBDIR%%/PyRSS2Gen.pyc -%%PYTHON_SITELIBDIR%%/PyRSS2Gen.pyo |