diff options
author | gdt <gdt@pkgsrc.org> | 2010-07-23 23:20:48 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2010-07-23 23:20:48 +0000 |
commit | e53851e90a0d864dc44da3d119d2a365ea58e99d (patch) | |
tree | 9e51299fbf1a83602b453be61eaf19f6484bb0ff /www/py-nevow/PLIST | |
parent | b830e361e22b930aff17e482640d8072a91d9ef1 (diff) | |
download | pkgsrc-e53851e90a0d864dc44da3d119d2a365ea58e99d.tar.gz |
Upstream uses setuptools, so switch to egg.mk.
Substitute egg directory in PLIST to avoid hardcoded version.
Drop unnecessary statements that set defaults.
Diffstat (limited to 'www/py-nevow/PLIST')
-rw-r--r-- | www/py-nevow/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/py-nevow/PLIST b/www/py-nevow/PLIST index d28325829c3..0f0b90c55c5 100644 --- a/www/py-nevow/PLIST +++ b/www/py-nevow/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2010/07/23 21:35:41 gdt Exp $ +@comment $NetBSD: PLIST,v 1.4 2010/07/23 23:20:48 gdt Exp $ bin/nevow-xmlgettext bin/nit doc/README @@ -19,10 +19,10 @@ doc/html/default.css doc/man/nevow-xmlgettext.1 doc/old/nevow.doc doc/old/toc.html -${PYSITELIB}/Nevow-0.10.0-py2.6.egg-info/PKG-INFO -${PYSITELIB}/Nevow-0.10.0-py2.6.egg-info/SOURCES.txt -${PYSITELIB}/Nevow-0.10.0-py2.6.egg-info/dependency_links.txt -${PYSITELIB}/Nevow-0.10.0-py2.6.egg-info/top_level.txt +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/formless/__init__.py ${PYSITELIB}/formless/__init__.pyc ${PYSITELIB}/formless/__init__.pyo |