summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-23 15:33:16 +0000
committerjlam <jlam@pkgsrc.org>2006-07-23 15:33:16 +0000
commit7e75e0ad89afcb2ab27d69cb00d3a8aab029729f (patch)
tree4b834dd85483fb681820acdeb9f718f419446d3c /mk
parenteb4e3f21acc84d24b733a50a8439d0354a2d3d3f (diff)
downloadpkgsrc-7e75e0ad89afcb2ab27d69cb00d3a8aab029729f.tar.gz
The proper phase to run just before "configure" is "patch", not
"wrapper", after "wrapper" was moved to be between "tools" and "extract". This should fix PR pkg/34061.
Diffstat (limited to 'mk')
-rw-r--r--mk/configure/bsd.configure.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/configure/bsd.configure.mk b/mk/configure/bsd.configure.mk
index aa86290788a..ec252b30767 100644
--- a/mk/configure/bsd.configure.mk
+++ b/mk/configure/bsd.configure.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.configure.mk,v 1.7 2006/07/22 16:31:35 jlam Exp $
+# $NetBSD: bsd.configure.mk,v 1.8 2006/07/23 15:33:16 jlam Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to configuring packages for building.
@@ -27,7 +27,7 @@ _COOKIE.configure= ${WRKDIR}/.configure_done
configure:
@${DO_NADA}
. elif defined(_PKGSRC_BARRIER)
-configure: wrapper configure-cookie
+configure: patch configure-cookie
. else
configure: barrier
. endif