svn commit: r46860 - head/share/tools
Glen Barber <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: gjb Date: Wed Jun 24 02:43:51 2015 New Revision: 46860 URL: https://svnweb.freebsd.org/changeset/doc/46860 Log: 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 Modified: head/share/tools/webupdate.wrapper Modified: head/share/tools/webupdate.wrapper ============================================================================== --- head/share/tools/webupdate.wrapper Tue Jun 23 15:10:41 2015 (r46859) +++ head/share/tools/webupdate.wrapper Wed Jun 24 02:43:51 2015 (r46860) @@ -15,7 +15,7 @@ RSYNC_FLAGS="-avH" GEN_INDEX=yes [email protected] 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"