aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-03-12 01:05:55 +0800
committerpav <pav@FreeBSD.org>2008-03-12 01:05:55 +0800
commitc93b0f4bb7e8665fc730488d32369676652ddfbf (patch)
treef440f7b8eecb176e98b96ae2ecd9ac90790f03cb /Tools
parent1c6273f0910b955c3b55e3c6cc7ab07d1b69cbf7 (diff)
downloadfreebsd-ports-graphics-c93b0f4bb7e8665fc730488d32369676652ddfbf.tar.gz
freebsd-ports-graphics-c93b0f4bb7e8665fc730488d32369676652ddfbf.tar.zst
freebsd-ports-graphics-c93b0f4bb7e8665fc730488d32369676652ddfbf.zip
Make the INDEX_JOBS definition actually effective
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/makeindex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex
index 9ae273b7df4..b5f6d337394 100755
--- a/Tools/portbuild/scripts/makeindex
+++ b/Tools/portbuild/scripts/makeindex
@@ -8,7 +8,7 @@ INDEX_PRISTINE=1
INDEX_QUIET=1
# Concurrency of index build
-INDEX_JOBS=6
+export INDEX_JOBS=6
pb=/var/portbuild
arch=$1