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.
This commit is contained in:
parent
c0fc027891
commit
f24a3e971c
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue