- Use pkg-static as PKG_BIN which is safer during upgrades if

libpkg.so disappears.

With hat:	portmgr
Reviewed by:	bapt
This commit is contained in:
Bryan Drewery 2013-05-30 14:42:59 +00:00
parent 995f7958a6
commit 87b7c86a74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319431

View file

@ -120,7 +120,7 @@ ECHO_MSG?= ${ECHO_CMD}
.elif !defined(_PKGTOOLSDEFINED)
_PKGTOOLSDEFINED= yes
.if defined(WITH_PKGNG)
PKG_BIN?= ${LOCALBASE}/sbin/pkg
PKG_BIN?= ${LOCALBASE}/sbin/pkg-static
PKG_CMD?= ${PKG_BIN} register
PKG_DELETE?= ${PKG_BIN} delete -y
PKG_INFO?= ${PKG_BIN} info -g