summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-02-09 16:03:47 +0000
committertv <tv@pkgsrc.org>2005-02-09 16:03:47 +0000
commit7e1726495583afcb3f3120c7e5571bea82dcb2b9 (patch)
tree36d7629a95be116ff3987b949fc3d6f6c36a78a3 /mk
parent598f2f05f9678bf753045b92e16fd92df6746725 (diff)
downloadpkgsrc-7e1726495583afcb3f3120c7e5571bea82dcb2b9.tar.gz
"replace" should depend on ${_PKGSRC_BUILD_TARGETS}, just like "install".
Diffstat (limited to '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 3eb2089342a..1fd53c7b3aa 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1579 2005/02/04 09:19:41 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1580 2005/02/09 16:03:47 tv Exp $
#
# This file is in the public domain.
#
@@ -3197,7 +3197,7 @@ package: uptodate-pkgtools install acquire-package-lock ${PACKAGE_COOKIE} releas
.PHONY: replace
.if !target(replace)
-replace: uptodate-pkgtools build real-replace
+replace: uptodate-pkgtools ${_PKGSRC_BUILD_TARGETS} real-replace
.endif
.PHONY: undo-replace