summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz>2003-08-02 13:17:05 +0000
committerwiz <wiz>2003-08-02 13:17:05 +0000
commit5325b361e03822ec75eeed19a34bb75c5933fa97 (patch)
treeafc073b5c4ba36fa33547b7d4ceae0084f607b8f /mk
parentf55ec3efd588740a2bd5cea6c2b0cbe4e3091067 (diff)
downloadpkgsrc-5325b361e03822ec75eeed19a34bb75c5933fa97.tar.gz
Move BUILD_DEFS check to pre-extract to avoid creating work directories in
the fetch step.
Diffstat (limited to 'mk')
-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)