diff options
author | jlam <jlam> | 2005-11-06 22:17:53 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-11-06 22:17:53 +0000 |
commit | 6659fb80f3eeb503587891eb9f4dda64dc24a70d (patch) | |
tree | c654b56741cbfff7d807816cc3890e9c661d87e3 /pkgtools | |
parent | 44c96beae4e675421c97d65c439f11175255a644 (diff) | |
download | pkgsrc-6659fb80f3eeb503587891eb9f4dda64dc24a70d.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" |