pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/stow Add LICENSE (GNU GPL 2)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12086694e6ae
branches:  trunk
changeset: 366934:12086694e6ae
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Aug 19 11:35:10 2017 +0000

description:
Add LICENSE (GNU GPL 2)

While here also indent some definitions (NFC).

diffstat:

 sysutils/stow/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 4d11e0b8a477 -r 12086694e6ae sysutils/stow/Makefile
--- a/sysutils/stow/Makefile    Sat Aug 19 10:57:54 2017 +0000
+++ b/sysutils/stow/Makefile    Sat Aug 19 11:35:10 2017 +0000
@@ -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 @@
 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