1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Move the override of PKG_DBDIR to the right place. This keeps INDEX

from being contaminated by the packages installed on pointyhat-*.
This commit is contained in:
Mark Linimon 2010-11-29 03:30:17 +00:00
parent ff4cf6359e
commit 22443fff64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265352

View File

@ -71,6 +71,9 @@ buildenv () {
branch=$3
builddir=$4
# Don't pick up host OPTIONS
export PORT_DBDIR=/nonexistent
buildenv.common ${pb} ${arch} ${branch} ${builddir}
# override things destined for bsd.port.mk
@ -105,9 +108,6 @@ buildenv.client() {
buildenv.common ${pb} ${arch} ${branch} ${builddir}
# Don't pick up host OPTIONS
export PORT_DBDIR=/nonexistent
# manually override results of uname(1)
export UNAME_m=${ARCH}
export UNAME_n=freebsd.org