summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-11-06 22:17:53 +0000
committerjlam <jlam@pkgsrc.org>2005-11-06 22:17:53 +0000
commitee1fa6379d35403d0522f911e4d44cb5181f387a (patch)
treec654b56741cbfff7d807816cc3890e9c661d87e3 /pkgtools
parentbd451df8323ef99efe87a1e382d34a7e3bcdeeac (diff)
downloadpkgsrc-ee1fa6379d35403d0522f911e4d44cb5181f387a.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"