Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2015 02:43:52 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r46860 - head/share/tools
Message-ID:  <201506240243.t5O2hqrl031923@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506240243.t5O2hqrl031923>