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:
Bruce A. Mah 2002-11-14 23:17:00 +00:00
parent bb68f0af5e
commit e1796d40b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106926

View File

@ -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()
{