diff options
author | wiz <wiz> | 2012-04-08 20:21:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-04-08 20:21:41 +0000 |
commit | 17388008ecc2d7a6c5e73863e9f7b52f05e7c636 (patch) | |
tree | ca85b0747dcbf59072dbf48eba4548d225e3970f /devel/mercurial | |
parent | 8776ec78caebd6b7a9350b59803a557b42c811ff (diff) | |
download | pkgsrc-17388008ecc2d7a6c5e73863e9f7b52f05e7c636.tar.gz |
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mercurial/PLIST b/devel/mercurial/PLIST index 8b7533dd551..0e77735c8a0 100644 --- a/devel/mercurial/PLIST +++ b/devel/mercurial/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2012/02/12 18:49:45 wiz Exp $ +@comment $NetBSD: PLIST,v 1.29 2012/04/08 20:21:44 wiz Exp $ bin/hg ${PYSITELIB}/hgext/__init__.py ${PYSITELIB}/hgext/__init__.pyc @@ -177,7 +177,7 @@ ${PYSITELIB}/hgext/zeroconf/Zeroconf.pyo ${PYSITELIB}/hgext/zeroconf/__init__.py ${PYSITELIB}/hgext/zeroconf/__init__.pyc ${PYSITELIB}/hgext/zeroconf/__init__.pyo -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/mercurial/__init__.py ${PYSITELIB}/mercurial/__init__.pyc ${PYSITELIB}/mercurial/__init__.pyo |