We want to add consistently add to the default view if we use pkgviews
and pkg_add'ing.
This commit is contained in:
parent
153f9d2844
commit
ea5ce961a5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.mk,v 1.1263 2003/09/06 11:39:30 jlam Exp $
|
||||
# $NetBSD: bsd.pkg.mk,v 1.1264 2003/09/08 01:06:01 jlam Exp $
|
||||
#
|
||||
# This file is in the public domain.
|
||||
#
|
||||
|
@ -3799,7 +3799,7 @@ BINPKG_SITES?= \
|
|||
|
||||
BIN_INSTALL_FLAGS?= # -v
|
||||
.if ${PKG_INSTALLATION_TYPE} == "pkgviews"
|
||||
PKG_ARGS_ADD= -W ${LOCALBASE}
|
||||
PKG_ARGS_ADD= -W ${LOCALBASE} -w ${DEFAULT_VIEW}
|
||||
.endif
|
||||
_BIN_INSTALL_FLAGS= ${BIN_INSTALL_FLAGS}
|
||||
_BIN_INSTALL_FLAGS+= ${PKG_ARGS_ADD}
|
||||
|
|
Loading…
Reference in a new issue