diff options
author | obache <obache> | 2014-12-21 08:15:03 +0000 |
---|---|---|
committer | obache <obache> | 2014-12-21 08:15:03 +0000 |
commit | 2017d7c3be367ee1eb3abc94639b1d4a10e9ef95 (patch) | |
tree | e419939ecaa210f9f95f9871aef856f9ea8792dd | |
parent | ebf7b60ec11c6f6d5bd524b2547b9ba55866135e (diff) | |
download | pkgsrc-2017d7c3be367ee1eb3abc94639b1d4a10e9ef95.tar.gz |
Fixes egg-file handling.
-rw-r--r-- | devel/bzr-explorer/Makefile | 4 | ||||
-rw-r--r-- | devel/bzr-explorer/PLIST | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/bzr-explorer/Makefile b/devel/bzr-explorer/Makefile index bd7f8a04f3d..2da614e962d 100644 --- a/devel/bzr-explorer/Makefile +++ b/devel/bzr-explorer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/05/09 07:36:58 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/12/21 08:15:03 obache Exp $ DISTNAME= bzr-explorer-${VER} PKGREVISION= 2 @@ -18,6 +18,8 @@ USE_TOOLS+= msgfmt PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # qbzr +EGG_NAME= ${DISTNAME:S/bzr-//} + .include "../../devel/bzr/plugin.mk" .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/bzr-explorer/PLIST b/devel/bzr-explorer/PLIST index 7058b8c53e0..fabf33b73ac 100644 --- a/devel/bzr-explorer/PLIST +++ b/devel/bzr-explorer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2012/04/22 08:45:49 cheusov Exp $ +@comment $NetBSD: PLIST,v 1.5 2014/12/21 08:15:03 obache Exp $ ${PYSITELIB}/bzrlib/plugins/explorer/COPYING.txt ${PYSITELIB}/bzrlib/plugins/explorer/NEWS ${PYSITELIB}/bzrlib/plugins/explorer/README.txt @@ -290,3 +290,4 @@ ${PYSITELIB}/bzrlib/plugins/explorer/widgets/filter_bar.pyo ${PYSITELIB}/bzrlib/plugins/explorer/widgets/tab_widget.py ${PYSITELIB}/bzrlib/plugins/explorer/widgets/tab_widget.pyc ${PYSITELIB}/bzrlib/plugins/explorer/widgets/tab_widget.pyo +${PYSITELIB}/${EGG_FILE} |