summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-19 18:36:51 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-19 18:36:51 +0000
commitda712f263e4d7574d44383ba78f54f5daeb4432d (patch)
treea7301d8ef7a0e76fb15dd3d1fcb35af7f1a50681 /lang
parente53eb557ecd23255a5117ef95e932d3a9892b5ad (diff)
downloadpkgsrc-da712f263e4d7574d44383ba78f54f5daeb4432d.tar.gz
Add a marker for bootstrap packages to allow special cases them during
bulk builds.
Diffstat (limited to 'lang')
-rw-r--r--lang/nawk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile
index 794ba093055..167454d2ede 100644
--- a/lang/nawk/Makefile
+++ b/lang/nawk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2008/03/04 16:38:12 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2008/06/19 18:36:51 joerg Exp $
DISTNAME= nawk-20050424
CATEGORIES= lang
@@ -12,6 +12,8 @@ COMMENT= Brian Kernighan's pattern-directed scanning and processing language
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+BOOTSTRAP_PKG= yes
+
CFLAGS+= ${CPPFLAGS}
MAKE_FLAGS+= CC=${CC:Q} CFLAGS=${CFLAGS:M*:Q}