diff options
Diffstat (limited to 'devel/git-base/Makefile')
-rw-r--r-- | devel/git-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/git-base/Makefile b/devel/git-base/Makefile index ca509060058..87052d08940 100644 --- a/devel/git-base/Makefile +++ b/devel/git-base/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2014/05/28 12:49:25 obache Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/29 23:35:35 wiz Exp $ .include "../../devel/git/Makefile.common" PKGNAME= git-base-${GIT_VERSION} +PKGREVISION= 1 COMMENT= GIT Tree History Storage Tool (base package) CONFLICTS+= scmgit-base-[0-9]* |