diff options
author | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
commit | d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /sysutils/install-sh | |
parent | ae183075485f567d69b9bca8cc0b231af55fe01e (diff) | |
download | pkgsrc-d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'sysutils/install-sh')
-rw-r--r-- | sysutils/install-sh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/install-sh/Makefile b/sysutils/install-sh/Makefile index 86e8eefeaf3..cad8b81595e 100644 --- a/sysutils/install-sh/Makefile +++ b/sysutils/install-sh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/04/08 22:43:25 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2009/04/09 00:48:16 joerg Exp $ DISTNAME= install-sh-20070712 CATEGORIES= sysutils @@ -11,7 +11,6 @@ COMMENT= install script compatible with the BSD install program PKG_DESTDIR_SUPPORT= user-destdir BOOTSTRAP_PKG= yes USE_TOOLS+= sed -NO_CHECKSUM= yes NO_BUILD= yes # Use the install script to perform installation to avoid bootstrapping |