diff options
author | joerg <joerg> | 2009-11-04 20:45:45 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-11-04 20:45:45 +0000 |
commit | b6b509759de851ad4f63dc54c9dc81b798b42cfb (patch) | |
tree | fd721529a1666377798ab35a97986ca51da3b7b3 | |
parent | e3990d49fe4079dcc572df20ca50e2118a4e3a1b (diff) | |
download | pkgsrc-b6b509759de851ad4f63dc54c9dc81b798b42cfb.tar.gz |
Set EGG_NAME and regen PLIST for Python != 2.6.
-rw-r--r-- | devel/hg-git/Makefile | 3 | ||||
-rw-r--r-- | devel/hg-git/PLIST | 12 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile index e64fb84b2ce..24494576f55 100644 --- a/devel/hg-git/Makefile +++ b/devel/hg-git/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/11/04 20:07:31 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2009/11/04 20:45:45 joerg Exp $ # DISTNAME= hg-git-0.1.0pre416 +EGG_NAME= hg_git-0.1.0 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/devel/hg-git/PLIST b/devel/hg-git/PLIST index 66b90b18d16..c752e92f121 100644 --- a/devel/hg-git/PLIST +++ b/devel/hg-git/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/04 20:07:31 joerg Exp $ -${PYSITELIB}/hg_git-0.1.0-py2.6.egg-info/PKG-INFO -${PYSITELIB}/hg_git-0.1.0-py2.6.egg-info/SOURCES.txt -${PYSITELIB}/hg_git-0.1.0-py2.6.egg-info/dependency_links.txt -${PYSITELIB}/hg_git-0.1.0-py2.6.egg-info/requires.txt -${PYSITELIB}/hg_git-0.1.0-py2.6.egg-info/top_level.txt +@comment $NetBSD: PLIST,v 1.2 2009/11/04 20:45:45 joerg Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/hggit/__init__.py ${PYSITELIB}/hggit/__init__.pyc ${PYSITELIB}/hggit/__init__.pyo |