diff options
author | kris <kris@FreeBSD.org> | 2006-01-28 06:42:00 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-28 06:42:00 +0800 |
commit | 117a1d27ffeaec2bc0e038e5b431f7569cd586ab (patch) | |
tree | 3fcab788502f4c423db9fbf8b3a67aa7c9eca665 /Tools | |
parent | f73cd99f36ff19b3dc33fd52b2759cad08a90c74 (diff) | |
download | freebsd-ports-gnome-117a1d27ffeaec2bc0e038e5b431f7569cd586ab.tar.gz freebsd-ports-gnome-117a1d27ffeaec2bc0e038e5b431f7569cd586ab.tar.zst freebsd-ports-gnome-117a1d27ffeaec2bc0e038e5b431f7569cd586ab.zip |
Correctly set SRCBASE; the version inherited from buildenv is wrong for
the client chroots.
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/portbuild | 1 |
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 |