diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-07 14:59:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-07 14:59:04 +0000 |
commit | 6390fd638cba8b0065bc23071181c125f02376ae (patch) | |
tree | 0374ab0e20cb34b67fb96b3d23260c8d3041cfd4 /devel/git | |
parent | b3b96c216c39dc4c64c9ddf9e907d5ef6453bad7 (diff) | |
download | pkgsrc-6390fd638cba8b0065bc23071181c125f02376ae.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/Makefile | 5 |
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 |