diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-04 06:40:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-04 06:40:41 +0000 |
commit | 08c88f1aa4c5dea9765a4a8b868bdf4093ba9d4a (patch) | |
tree | 3a1fe20daab9d3492d1be1cbd6b075068e265fa2 /devel | |
parent | d4813a49df92ed983cc7d8e88fec24da31dea39f (diff) | |
download | pkgsrc-08c88f1aa4c5dea9765a4a8b868bdf4093ba9d4a.tar.gz |
Add missing file to PLIST. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mercurial/Makefile | 4 | ||||
-rw-r--r-- | devel/mercurial/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 265644538b9..63dc3a964d1 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2006/03/01 18:27:26 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2006/03/04 06:40:41 wiz Exp $ # DISTNAME= mercurial-0.8 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.selenic.com/mercurial/release/ @@ -9,7 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.selenic.com/mercurial/wiki/index.cgi/Mercurial COMMENT= Fast, lightweight source control management system - PY_PATCHPLIST= yes PYDISTUTILSPKG= yes diff --git a/devel/mercurial/PLIST b/devel/mercurial/PLIST index 3286afbc8a6..0646d9ee590 100644 --- a/devel/mercurial/PLIST +++ b/devel/mercurial/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2006/03/01 18:27:26 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/03/04 06:40:41 wiz Exp $ bin/hg +bin/hgmerge ${PYSITELIB}/hgext/__init__.py ${PYSITELIB}/hgext/__init__.pyc ${PYSITELIB}/hgext/__init__.pyo |