- 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:
parent
995f7958a6
commit
87b7c86a74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319431
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue