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
@ -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 New Issue
Block a user