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 /archivers | |
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 'archivers')
-rw-r--r-- | archivers/pax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile index 7d65d03fac8..a55df6b15bc 100644 --- a/archivers/pax/Makefile +++ b/archivers/pax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2008/03/06 04:45:58 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2008/06/19 18:36:51 joerg Exp $ DISTNAME= pax-20080110 CATEGORIES= archivers @@ -10,6 +10,7 @@ HOMEPAGE= http://www.NetBSD.org/ COMMENT= POSIX standard archiver with many extensions PKG_DESTDIR_SUPPORT= user-destdir +BOOTSTRAP_PKG= yes USE_FEATURES= nbcompat |