Sat Aug 19 11:35:10 2017 UTC ()
Add LICENSE (GNU GPL 2)

While here also indent some definitions (NFC).


(leot)
diff -r1.28 -r1.29 pkgsrc/sysutils/stow/Makefile

cvs diff -r1.28 -r1.29 pkgsrc/sysutils/stow/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/stow/Makefile 2017/01/19 10:37:21 1.28
+++ pkgsrc/sysutils/stow/Makefile 2017/08/19 11:35:10 1.29
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.28 2017/01/19 10:37:21 markd Exp $ 1# $NetBSD: Makefile,v 1.29 2017/08/19 11:35:10 leot Exp $
2# 2#
3 3
4DISTNAME= stow-2.2.2 4DISTNAME= stow-2.2.2
5CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
6MASTER_SITES= ${MASTER_SITE_GNU:=stow/} 6MASTER_SITES= ${MASTER_SITE_GNU:=stow/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.gnu.org/software/stow/stow.html 9HOMEPAGE= http://www.gnu.org/software/stow/stow.html
10COMMENT= Maps several separate packages into a tree without merging them 10COMMENT= Maps several separate packages into a tree without merging them
 11LICENSE= gnu-gpl-v2
11 12
12GNU_CONFIGURE= YES 13GNU_CONFIGURE= yes
13CONFIGURE_ARGS+= --with-pmdir=${PERL5_INSTALLVENDORLIB} 14CONFIGURE_ARGS+= --with-pmdir=${PERL5_INSTALLVENDORLIB}
14USE_TOOLS+= gmake perl:run 15USE_TOOLS+= gmake perl:run
15INFO_FILES= yes 16INFO_FILES= yes
16 17
17.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"