diff options
author | obache <obache@pkgsrc.org> | 2011-10-15 11:01:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-15 11:01:59 +0000 |
commit | 9aa6dced95dc36b62c99d1bde796c8e2cd8c44ff (patch) | |
tree | c64b41bea4d0f7f0c895a9151105409b6e4b5372 | |
parent | 543587ab950ee4fbb906969b0b566c6aa3789811 (diff) | |
download | pkgsrc-9aa6dced95dc36b62c99d1bde796c8e2cd8c44ff.tar.gz |
* LICENSE=modified-bsd
* remove unused PLIST_SUBST.
* regist egg-info.
Bump PKGREVISION.
-rw-r--r-- | www/py-rss2gen/Makefile | 8 | ||||
-rw-r--r-- | www/py-rss2gen/PLIST | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/py-rss2gen/Makefile b/www/py-rss2gen/Makefile index 443a455966a..64ed7c7523d 100644 --- a/www/py-rss2gen/Makefile +++ b/www/py-rss2gen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/03/05 18:51:33 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2011/10/15 11:01:59 obache Exp $ PYRSS2GENVER= 1.0.0 DISTNAME= PyRSS2Gen-${PYRSS2GENVER} @@ -9,11 +9,9 @@ MASTER_SITES= http://www.dalkescientific.com/Python/ MAINTAINER= tonnerre@NetBSD.org HOMEPAGE= http://www.dalkescientific.com/Python/PyRSS2Gen.html COMMENT= Python module to generate RSS feeds +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir -PYDISTUTILSPKG= # defined -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} - -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-rss2gen/PLIST b/www/py-rss2gen/PLIST index ada5a744b64..026ededa178 100644 --- a/www/py-rss2gen/PLIST +++ b/www/py-rss2gen/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/06/21 17:51:37 tonnerre Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/10/15 11:01:59 obache Exp $ +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/PyRSS2Gen.py ${PYSITELIB}/PyRSS2Gen.pyc ${PYSITELIB}/PyRSS2Gen.pyo |