diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-19 18:36:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-19 18:36:51 +0000 |
commit | da712f263e4d7574d44383ba78f54f5daeb4432d (patch) | |
tree | a7301d8ef7a0e76fb15dd3d1fcb35af7f1a50681 /sysutils/install-sh | |
parent | e53eb557ecd23255a5117ef95e932d3a9892b5ad (diff) | |
download | pkgsrc-da712f263e4d7574d44383ba78f54f5daeb4432d.tar.gz |
Add a marker for bootstrap packages to allow special cases them during
bulk builds.
Diffstat (limited to 'sysutils/install-sh')
-rw-r--r-- | sysutils/install-sh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/install-sh/Makefile b/sysutils/install-sh/Makefile index 210e7e1f65e..7ea37def524 100644 --- a/sysutils/install-sh/Makefile +++ b/sysutils/install-sh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/05/24 13:30:36 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/19 18:36:51 joerg Exp $ DISTNAME= install-sh-20070712 CATEGORIES= sysutils @@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= install script compatible with the BSD install program PKG_DESTDIR_SUPPORT= user-destdir +BOOTSTRAP_PKG= yes USE_TOOLS+= sed NO_CHECKSUM= yes NO_MTREE= yes |