diff options
author | obache <obache@pkgsrc.org> | 2012-01-29 08:12:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-29 08:12:04 +0000 |
commit | 76cb08ea3c17d39744ff4e824c8cf097d323ea1f (patch) | |
tree | 093d120bb8fc3b002d9bc07eb0c29d0264559de6 | |
parent | ba932bb36a50682afc1f85e0c902d15166140bc7 (diff) | |
download | pkgsrc-76cb08ea3c17d39744ff4e824c8cf097d323ea1f.tar.gz |
LICENSE=gnu-gpl-v2
-rw-r--r-- | devel/stgit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/stgit/Makefile b/devel/stgit/Makefile index 229f605c6e8..e516a88a90e 100644 --- a/devel/stgit/Makefile +++ b/devel/stgit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/01/29 08:10:43 obache Exp $ +# $NetBSD: Makefile,v 1.17 2012/01/29 08:12:04 obache Exp $ DISTNAME= stgit-0.14.3 PKGREVISION= 3 @@ -8,6 +8,7 @@ MASTER_SITES= http://homepage.ntlworld.com/cmarinas/stgit/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.procode.org/stgit/ COMMENT= Stacked GIT +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |