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:
parent
ff4cf6359e
commit
22443fff64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265352
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user