diff options
author | obache <obache> | 2012-01-28 08:22:03 +0000 |
---|---|---|
committer | obache <obache> | 2012-01-28 08:22:03 +0000 |
commit | 6accf2cd8a63d6a3056770640a1c8ec4619efcab (patch) | |
tree | 4854a3e18d1046bb84ad0f6fd6f7acb6c3470b0b /devel/mercurial | |
parent | 863c65b84b5085ca6e8a6be2494c8531c9c401ce (diff) | |
download | pkgsrc-6accf2cd8a63d6a3056770640a1c8ec4619efcab.tar.gz |
disutils pkg, switch to use disutils.mk.
Bump PKGREVISION.
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 7 | ||||
-rw-r--r-- | devel/mercurial/PLIST | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 0068165161b..1005bb50da4 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.65 2012/01/08 15:09:06 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2012/01/28 08:22:03 obache Exp $ # DISTNAME= mercurial-2.0.2 +PKGREVISION= 1 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ @@ -15,8 +16,6 @@ BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc PKG_DESTDIR_SUPPORT= user-destdir -PY_PATCHPLIST= yes -PYDISTUTILSPKG= yes USE_TOOLS+= gmake msgfmt INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 @@ -34,5 +33,5 @@ post-install: PLIST_SRC+= ${.CURDIR}/PLIST ${.CURDIR}/PLIST.inotify .endif -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/mercurial/PLIST b/devel/mercurial/PLIST index 574b0ffce94..7368e06a851 100644 --- a/devel/mercurial/PLIST +++ b/devel/mercurial/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.26 2011/11/02 23:14:33 wiz Exp $ +@comment $NetBSD: PLIST,v 1.27 2012/01/28 08:22:03 obache Exp $ bin/hg ${PYSITELIB}/hgext/__init__.py ${PYSITELIB}/hgext/__init__.pyc @@ -177,6 +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}/mercurial/__init__.py ${PYSITELIB}/mercurial/__init__.pyc ${PYSITELIB}/mercurial/__init__.pyo |