mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make sure that we don't pick up installed packages on the host when
we print dependencies (required by rev. 1.424 of ports/Mk/bsd.port.mk). Reviewed (and partially submitted) by: kris
This commit is contained in:
parent
bb68f0af5e
commit
e1796d40b9
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@
|
|||
export BATCH=t
|
||||
export PACKAGE_BUILDING=t
|
||||
|
||||
# Don't pick up installed packages from the host
|
||||
export LOCALBASE=/nonexistentlocal
|
||||
export X11BASE=/nonexistentx
|
||||
export PKG_DBDIR=/nonexistentdb
|
||||
|
||||
# usage: extract-names cd# [portsdir]
|
||||
extract-names()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue