Fri Jan 29 10:02:52 2016 UTC ()
Add LICENSE (mit).


(jperkin)
diff -r1.10 -r1.11 pkgsrc/sysutils/install-sh/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/sysutils/install-sh/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/install-sh/Makefile 2013/04/06 03:45:24 1.10
+++ pkgsrc/sysutils/install-sh/Makefile 2016/01/29 10:02:52 1.11
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.10 2013/04/06 03:45:24 rodent Exp $ 1# $NetBSD: Makefile,v 1.11 2016/01/29 10:02:52 jperkin Exp $
2 2
3DISTNAME= install-sh-20100824 3DISTNAME= install-sh-20100824
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6DISTFILES= # empty 6DISTFILES= # empty
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9COMMENT= Install script compatible with the BSD install program 9COMMENT= Install script compatible with the BSD install program
 10LICENSE= mit
10 11
11BOOTSTRAP_PKG= yes 12BOOTSTRAP_PKG= yes
12USE_TOOLS+= sed 13USE_TOOLS+= sed
13NO_BUILD= yes 14NO_BUILD= yes
14 15
15# Use the install script to perform installation to avoid bootstrapping 16# Use the install script to perform installation to avoid bootstrapping
16# issues. 17# issues.
17# 18#
18INSTALL_SCRIPT= \ 19INSTALL_SCRIPT= \
19 ${SH} ${WRKSRC}/install-sh -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} 20 ${SH} ${WRKSRC}/install-sh -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
20INSTALL_SCRIPT_DIR= \ 21INSTALL_SCRIPT_DIR= \
21 ${SH} ${WRKSRC}/install-sh -d -o ${BINOWN} -g ${BINGRP} -m ${PKGDIRMODE} 22 ${SH} ${WRKSRC}/install-sh -d -o ${BINOWN} -g ${BINGRP} -m ${PKGDIRMODE}
22 23