pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/stow



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat Aug 19 11:35:10 UTC 2017

Modified Files:
        pkgsrc/sysutils/stow: Makefile

Log Message:
Add LICENSE (GNU GPL 2)

While here also indent some definitions (NFC).


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/stow/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/stow/Makefile
diff -u pkgsrc/sysutils/stow/Makefile:1.28 pkgsrc/sysutils/stow/Makefile:1.29
--- pkgsrc/sysutils/stow/Makefile:1.28  Thu Jan 19 10:37:21 2017
+++ pkgsrc/sysutils/stow/Makefile       Sat Aug 19 11:35:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/01/19 10:37:21 markd Exp $
+# $NetBSD: Makefile,v 1.29 2017/08/19 11:35:10 leot Exp $
 #
 
 DISTNAME=      stow-2.2.2
@@ -8,10 +8,11 @@ MASTER_SITES= ${MASTER_SITE_GNU:=stow/}
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.gnu.org/software/stow/stow.html
 COMMENT=       Maps several separate packages into a tree without merging them
+LICENSE=       gnu-gpl-v2
 
-GNU_CONFIGURE= YES
+GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-pmdir=${PERL5_INSTALLVENDORLIB}
-USE_TOOLS+=    gmake perl:run
-INFO_FILES=    yes
+USE_TOOLS+=            gmake perl:run
+INFO_FILES=            yes
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index