diff options
author | tv <tv@pkgsrc.org> | 2005-02-09 16:03:47 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-02-09 16:03:47 +0000 |
commit | 5787c29fa740afbffa6a25031f0459e66a7846ef (patch) | |
tree | 36d7629a95be116ff3987b949fc3d6f6c36a78a3 /mk | |
parent | 01056e1f52c8f5e37df2c43a650848a49f89ccca (diff) | |
download | pkgsrc-5787c29fa740afbffa6a25031f0459e66a7846ef.tar.gz |
"replace" should depend on ${_PKGSRC_BUILD_TARGETS}, just like "install".
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
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 |