From ff02792b598472dac7c6fbb4fc8c6e86b9a0c08d Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Wed, 24 Jun 2015 03:26:22 +0000 Subject: [PATCH] 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 --- share/tools/webupdate.wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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