summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-27 22:42:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-27 22:42:00 +0000
commite242e2904e694ed4db2301dfc7aceb4f3be82fb1 (patch)
tree749fb01c957927bdfc562d518ccd0d318f5ed3f1 /Tools
parentDon't try to rsync docs, we no longer need to distribute them (diff)
Correctly set SRCBASE; the version inherited from buildenv is wrong for
the client chroots.
Notes
Notes: svn path=/head/; revision=154617
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/portbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/portbuild b/Tools/portbuild/scripts/portbuild
index e6d56beb0e56..a42f76ecb24e 100755
--- a/Tools/portbuild/scripts/portbuild
+++ b/Tools/portbuild/scripts/portbuild
@@ -189,6 +189,7 @@ export PACKAGES=/tmp/packages
# don't pass -j, -k etc. to sub-makes
unset MAKEFLAGS
unset PORTSDIR
+export SRCBASE=/usr/src
# wait 1 hour before killing build with no output
export TIMEOUT=7200