svn commit: r46861 - head/share/tools

Glen Barber gjb at FreeBSD.org
Wed Jun 24 03:26:23 UTC 2015


Author: gjb
Date: Wed Jun 24 03:26:22 2015
New Revision: 46861
URL: https://svnweb.freebsd.org/changeset/doc/46861

Log:
  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

Modified:
  head/share/tools/webupdate.wrapper

Modified: head/share/tools/webupdate.wrapper
==============================================================================
--- head/share/tools/webupdate.wrapper	Wed Jun 24 02:43:51 2015	(r46860)
+++ head/share/tools/webupdate.wrapper	Wed Jun 24 03:26:22 2015	(r46861)
@@ -15,7 +15,7 @@ RSYNC_FLAGS="-avH"
 GEN_INDEX=yes
 WEBMAILTO=freebsd-doc at 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


More information about the svn-doc-all mailing list