diff options
author | wiz <wiz@pkgsrc.org> | 2013-08-17 19:09:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-08-17 19:09:14 +0000 |
commit | 0860cf16a37bbfc9995d009f3c3d2b370bacb838 (patch) | |
tree | 2c69e329e0ef24cad88286f42a571b51cc510826 /devel/scmgit-base | |
parent | a5e12f2e9491fccd857204befcce49b59eadf57b (diff) | |
download | pkgsrc-0860cf16a37bbfc9995d009f3c3d2b370bacb838.tar.gz |
Remove perllocal.pod from PLIST. PR 48108.
Bump PKGREVISION.
Diffstat (limited to 'devel/scmgit-base')
-rw-r--r-- | devel/scmgit-base/Makefile | 3 | ||||
-rw-r--r-- | devel/scmgit-base/PLIST | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile index 3631039cb3e..9a2c7fde703 100644 --- a/devel/scmgit-base/Makefile +++ b/devel/scmgit-base/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.65 2013/08/11 15:44:30 adam Exp $ +# $NetBSD: Makefile,v 1.66 2013/08/17 19:09:14 wiz Exp $ .include "../../devel/scmgit/Makefile.common" PKGNAME= scmgit-base-${GIT_VERSION} +PKGREVISION= 1 COMMENT= GIT Tree History Storage Tool (base package) CONFLICTS+= git<4.9.5nb1 # misc/git diff --git a/devel/scmgit-base/PLIST b/devel/scmgit-base/PLIST index e83eca8b478..52ef9ed14a8 100644 --- a/devel/scmgit-base/PLIST +++ b/devel/scmgit-base/PLIST @@ -1,11 +1,10 @@ -@comment $NetBSD: PLIST,v 1.41 2013/08/11 12:49:44 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.42 2013/08/17 19:09:14 wiz Exp $ bin/git bin/git-cvsserver bin/git-receive-pack bin/git-shell bin/git-upload-archive bin/git-upload-pack -${PERL5_SUB_INSTALLARCHLIB}/perllocal.pod ${PERL5_SUB_INSTALLVENDORLIB}/Git.pm ${PERL5_SUB_INSTALLVENDORLIB}/Git/I18N.pm ${PERL5_SUB_INSTALLVENDORLIB}/Git/IndexInfo.pm |