summaryrefslogtreecommitdiff
path: root/devel/git
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-07 14:59:04 +0000
committerwiz <wiz@pkgsrc.org>2014-01-07 14:59:04 +0000
commit16f7fc51ae2a43ccc69c8ab8494da009ca4db801 (patch)
tree0374ab0e20cb34b67fb96b3d23260c8d3041cfd4 /devel/git
parentedfd094c4ed5940b36b121b69f001409559275b6 (diff)
downloadpkgsrc-16f7fc51ae2a43ccc69c8ab8494da009ca4db801.tar.gz
Fix typo.
Add LICENSE: Set LICENSE of meta package to same license as the separate packages, to avoid confusion.
Diffstat (limited to 'devel/git')
-rw-r--r--devel/git/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile
index ce39b35d9d5..a2ec46800b6 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/09/11 01:26:00 obache Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/07 14:59:04 wiz Exp $
.include "../../devel/git/Makefile.version"
@@ -10,8 +10,9 @@ MASTER_SITES= http://www.kernel.org/pub/software/scm/git/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GIT version control suite meta-package
+LICENSE= gnu-gpl-v2
-SUPERSEDES+= scmgit-[0-8]*
+SUPERSEDES+= scmgit-[0-9]*
META_PACKAGE= yes