diff options
author | jlam <jlam@pkgsrc.org> | 2005-11-06 22:17:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-11-06 22:17:53 +0000 |
commit | f24a3e971cf828cecc0f0152d7b4bec2e93ba87b (patch) | |
tree | c654b56741cbfff7d807816cc3890e9c661d87e3 /pkgtools | |
parent | c0fc02789143689d7aadd9679cdf296cfa3f11ca (diff) | |
download | pkgsrc-f24a3e971cf828cecc0f0152d7b4bec2e93ba87b.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/Makefile | 4 |
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" |