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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/nbsed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/nbsed/Makefile b/textproc/nbsed/Makefile index 59a021eae0c..db4dde13385 100644 --- a/textproc/nbsed/Makefile +++ b/textproc/nbsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/06/19 18:14:57 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/19 18:36:52 joerg Exp $ DISTNAME= nbsed-20040821 PKGREVISION= 1 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.NetBSD.org/ COMMENT= NetBSD-current's sed(1) PKG_DESTDIR_SUPPORT= user-destdir +BOOTSTRAP_PKG= yes NO_CHECKSUM= yes NO_MTREE= yes |