summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-07-14 07:58:50 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-07-14 07:58:50 +0000
commit3accf1e172aad97f370accd49cf993a48549e9df (patch)
treec9b37c3ac87b37279b8f85185e7527a24a8129ca /Tools
parent- Fix build on 6.x where USE_GCC=3.4 is a no-op (diff)
Explicitly override LOCALBASE to make sure we don't get
confused by locally installed ports that might influence PKGNAME or other variables. Suggested by: pav
Notes
Notes: svn path=/head/; revision=237765
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/check-latest-link1
-rwxr-xr-xTools/scripts/tindex1
2 files changed, 2 insertions, 0 deletions
diff --git a/Tools/scripts/check-latest-link b/Tools/scripts/check-latest-link
index 61f047917955..ef3ba8d81dac 100644
--- a/Tools/scripts/check-latest-link
+++ b/Tools/scripts/check-latest-link
@@ -7,6 +7,7 @@
export __MAKE_CONF=/dev/null
export PORT_DBDIR=/nonexistent
export PKG_DBDIR=/nonexistent
+export LOCALBASE=/nonexistent
if [ -z "${PORTSDIR}" ]; then
PORTSDIR=/usr/ports
diff --git a/Tools/scripts/tindex b/Tools/scripts/tindex
index d31375b402ee..585bf49e5be1 100755
--- a/Tools/scripts/tindex
+++ b/Tools/scripts/tindex
@@ -157,6 +157,7 @@ do_run() {
export __MAKE_CONF=/dev/null
export PORT_DBDIR=/nonexistent
export PKG_DBDIR=/nonexistent
+export LOCALBASE=/nonexistent
export INDEX_PRISTINE=1
export INDEX_JOBS=4
export INDEX_QUIET=1