svn commit: r49007 - head/share/mk

Hiroki Sato hrs at FreeBSD.org
Mon Jun 27 00:01:57 UTC 2016


Author: hrs
Date: Mon Jun 27 00:01:56 2016
New Revision: 49007
URL: https://svnweb.freebsd.org/changeset/doc/49007

Log:
  Use INDEX for the latest production release branch.

Modified:
  head/share/mk/web.site.mk

Modified: head/share/mk/web.site.mk
==============================================================================
--- head/share/mk/web.site.mk	Sun Jun 26 15:46:14 2016	(r49006)
+++ head/share/mk/web.site.mk	Mon Jun 27 00:01:56 2016	(r49007)
@@ -83,7 +83,7 @@ PORTSBASE?=	/usr
 #
 # URL where INDEX can be found (define NOPORTSNET to disable)
 #
-INDEXURI?=	http://www.FreeBSD.org/ports/INDEX-8
+INDEXURI?=	http://www.FreeBSD.org/ports/INDEX-10
 
 #
 # Instruct bsd.subdir.mk to NOT to process SUBDIR directive.  It is not


More information about the svn-doc-head mailing list