summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-08-02 13:17:05 +0000
committerwiz <wiz@pkgsrc.org>2003-08-02 13:17:05 +0000
commitfebdd5a8140906006522c7ebc4e596fc11d2f4b2 (patch)
treeafc073b5c4ba36fa33547b7d4ceae0084f607b8f
parentb6a06da843d5233d272628ae554a6e84e118aa9a (diff)
downloadpkgsrc-febdd5a8140906006522c7ebc4e596fc11d2f4b2.tar.gz
Move BUILD_DEFS check to pre-extract to avoid creating work directories in
the fetch step.
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index a395e4397c5..d0d91c6152d 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1228 2003/08/02 03:46:34 grant Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1229 2003/08/02 13:17:05 wiz Exp $
#
# This file is in the public domain.
#
@@ -32,8 +32,8 @@ MAKE_ENV+= USETOOLS="${USETOOLS}"
# This has to come first to avoid showing all BUILD_DEFS added by this
# Makefile, which are usually not customizable.
-.PHONY: pre-fetch build-defs-message
-pre-fetch: build-defs-message
+.PHONY: pre-extract build-defs-message
+pre-extract: build-defs-message
.if !target(build-defs-message)
build-defs-message: ${WRKDIR}
.if defined(BUILD_DEFS) && !empty(BUILD_DEFS)