Fix the path to PORTSDIR, which should fix stale ports info
on the website. Spotted by: bapt Prodded by: peter Approved by: doceng (implicit) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
de61546c94
commit
dce6c6a1b0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46860
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/ports}; export PORTSDIR
|
||||
: ${PORTSDIR:=/usr/local/www/build/ports}; export PORTSDIR
|
||||
: ${INDEXNUM:=$(make -C ${PORTSDIR} -V OSREL)}
|
||||
: ${PINDEX_OVERRIDE:=${PORTSDIR}/INDEX-${INDEXNUM%%.*}}
|
||||
export USER=www-data
|
||||
|
|
Loading…
Reference in a new issue