summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjlam <jlam>2005-11-06 22:17:53 +0000
committerjlam <jlam>2005-11-06 22:17:53 +0000
commita52d2384495ff40704bdbc7c5ed74df773f44cb6 (patch)
treec654b56741cbfff7d807816cc3890e9c661d87e3 /pkgtools
parente0748c37c19007552b6a996fbe629c032f8c257f (diff)
downloadpkgsrc-a52d2384495ff40704bdbc7c5ed74df773f44cb6.tar.gz
In the "update" target, use "${UPDATE_TARGET}" to install the new
pkg_install tools. This allows customizing UPDATE_TARGET=package to produce a binary package instead of just installing the package.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 72bce9e6f4a..f4ce0cb810c 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2005/11/06 22:15:44 jlam Exp $
+# $NetBSD: Makefile,v 1.118 2005/11/06 22:17:53 jlam Exp $
# Notes to package maintainers:
#
@@ -96,7 +96,7 @@ post-install-script:
update:
${MAKE}
${MAKE} deinstall UPDATE_RUNNING=YES
- ${MAKE} update
+ ${MAKE} ${UPDATE_TARGET}
${MAKE} clean
.include "../../pkgtools/libnbcompat/inplace.mk"