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:
parent
dce6c6a1b0
commit
ff02792b59
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46861
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue