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:
Glen Barber 2015-06-24 02:43:51 +00:00
parent de61546c94
commit dce6c6a1b0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46860

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