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