diff options
author | joerg <joerg@pkgsrc.org> | 2014-05-18 21:26:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-05-18 21:26:30 +0000 |
commit | 3c9c89a6f70e69af274c6cba7a6612c5f1a91e00 (patch) | |
tree | e6f36b63c193594068db193bb1e539674fe7f6a0 /x11/py-Pmw2 | |
parent | cf966458dc843905e4dc796467c88d15d5fed447 (diff) | |
download | pkgsrc-3c9c89a6f70e69af274c6cba7a6612c5f1a91e00.tar.gz |
Fix egg build.
Diffstat (limited to 'x11/py-Pmw2')
-rw-r--r-- | x11/py-Pmw2/Makefile | 3 | ||||
-rw-r--r-- | x11/py-Pmw2/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/py-Pmw2/Makefile b/x11/py-Pmw2/Makefile index 1572d063748..8a853152ddd 100644 --- a/x11/py-Pmw2/Makefile +++ b/x11/py-Pmw2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:31 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/18 21:26:30 joerg Exp $ DISTNAME= Pmw_2_0_0-rc1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/:S/_/./g:S/-rc/rc/} +EGG_NAME= Pmw-2.0.0 CATEGORIES= x11 python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmw/} diff --git a/x11/py-Pmw2/PLIST b/x11/py-Pmw2/PLIST index 5b46054a15a..87a297f99e9 100644 --- a/x11/py-Pmw2/PLIST +++ b/x11/py-Pmw2/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2014/01/18 19:49:32 wiz Exp $ -${PYSITELIB}/Pmw-2.0.0-py3.3.egg-info +@comment $NetBSD: PLIST,v 1.2 2014/05/18 21:26:30 joerg Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/Pmw/Pmw_2_0_0/__init__.py ${PYSITELIB}/Pmw/Pmw_2_0_0/__init__.pyc ${PYSITELIB}/Pmw/Pmw_2_0_0/__init__.pyo |