summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-27 13:47:29 +0000
committerjlam <jlam>2006-07-27 13:47:29 +0000
commit23c818deb048b426d29224b2318306e332d357df (patch)
tree5088cdfec49078b309c32f9d261f3c4ddf21ac2f /mk/bsd.pkg.mk
parent13ab8f48130b27bb1ba6c1bddd0aef966bc2d3a8 (diff)
downloadpkgsrc-23c818deb048b426d29224b2318306e332d357df.tar.gz
After auditing all the packages the ensure that they never invoke the
compiler toolchain until the configure stage, move the "wrapper" stage back to between "patch" and "configure". This makes "make extract NO_DEPENDS=" work again for all packages.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 6fe10423db7..88b612992b6 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1876 2006/07/26 21:23:40 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1877 2006/07/27 13:47:29 jlam Exp $
#
# This file is in the public domain.
#
@@ -12,9 +12,9 @@
# checksum
# depends
# tools
-# wrapper
# extract
# patch
+# wrapper
# configure
# build
#