diff options
author | obache <obache@pkgsrc.org> | 2011-10-15 08:14:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-15 08:14:50 +0000 |
commit | b45855d3254c615f22b392072f51af0ff662ec28 (patch) | |
tree | 74b68c5d6b176db09ced63eed1fd3202ca01a653 /devel | |
parent | c578d74409d56c3b8425baba1a62fd21ec1ffa8d (diff) | |
download | pkgsrc-b45855d3254c615f22b392072f51af0ff662ec28.tar.gz |
Fixes EGG_NAME.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-unitgui/Makefile | 4 | ||||
-rw-r--r-- | devel/py-unitgui/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/py-unitgui/Makefile b/devel/py-unitgui/Makefile index 7f248ee9471..4e07f049315 100644 --- a/devel/py-unitgui/Makefile +++ b/devel/py-unitgui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/10/15 08:10:11 obache Exp $ +# $NetBSD: Makefile,v 1.14 2011/10/15 08:14:50 obache Exp $ DISTNAME= pyunit-1.4.1 PKGNAME= ${PYPKGPREFIX}-unitgui-1.4.1 @@ -14,5 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk PKG_DESTDIR_SUPPORT= user-destdir +EGG_NAME= PyUnit-${PKGVERSION_NOREV} + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-unitgui/PLIST b/devel/py-unitgui/PLIST index 6868a11a295..961a5587702 100644 --- a/devel/py-unitgui/PLIST +++ b/devel/py-unitgui/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2011/10/15 08:10:11 obache Exp $ -${PYSITELIB}/PyUnit-${PKGVERSION}-py2.6.egg-info +@comment $NetBSD: PLIST,v 1.4 2011/10/15 08:14:50 obache Exp $ +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/unittestgui.py ${PYSITELIB}/unittestgui.pyc ${PYSITELIB}/unittestgui.pyo |