summaryrefslogtreecommitdiff
path: root/share/tools/webupdate.wrapper
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2015-06-24 03:26:22 +0000
committerGlen Barber <gjb@FreeBSD.org>2015-06-24 03:26:22 +0000
commitff02792b598472dac7c6fbb4fc8c6e86b9a0c08d (patch)
tree2497a3b40f118112421543e38dd8aef166958b00 /share/tools/webupdate.wrapper
parentdce6c6a1b072c06d683326b311c029b313d42c44 (diff)
Revert previous commit, which broke the build.
The problem is the INDEX info isn't being properly generated, and now I see why. But I'm going to wait until the in-flight email service migration stuff is done before fixing this. Sponsored by: The FreeBSD Foundation
Notes
svn path=/head/; revision=46861
Diffstat (limited to 'share/tools/webupdate.wrapper')
-rwxr-xr-xshare/tools/webupdate.wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/tools/webupdate.wrapper b/share/tools/webupdate.wrapper
index b506a0c5b9..d09dcb89cf 100755
--- a/share/tools/webupdate.wrapper
+++ b/share/tools/webupdate.wrapper
@@ -15,7 +15,7 @@ RSYNC_FLAGS="-avH"
GEN_INDEX=yes
WEBMAILTO=freebsd-doc@FreeBSD.org
FLAGDIR=/usr/local/www/build
-: ${PORTSDIR:=/usr/local/www/build/ports}; export PORTSDIR
+: ${PORTSDIR:=/usr/local/www/ports}; export PORTSDIR
: ${INDEXNUM:=$(make -C ${PORTSDIR} -V OSREL)}
: ${PINDEX_OVERRIDE:=${PORTSDIR}/INDEX-${INDEXNUM%%.*}}
export USER=www-data