From c71e9bec5fc0b6e88ef28b15ccf186b19d135cbe Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 9 Feb 2005 16:03:47 +0000 Subject: "replace" should depend on ${_PKGSRC_BUILD_TARGETS}, just like "install". --- mk/bsd.pkg.mk | 4 ++-- 1 file 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 -- cgit v1.2.3