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
This commit is contained in:
Glen Barber 2015-06-24 03:26:22 +00:00
parent dce6c6a1b0
commit ff02792b59
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46861

View file

@ -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