svn commit: r46854 - head/en_US.ISO8859-1/htdocs/ports
Glen Barber
gjb at FreeBSD.org
Mon Jun 22 03:28:37 UTC 2015
Author: gjb
Date: Mon Jun 22 03:28:36 2015
New Revision: 46854
URL: https://svnweb.freebsd.org/changeset/doc/46854
Log:
Remove www.freebsd.org hostname evaluation, since it is not
a real machine for a long time.
Sponsored by: The FreeBSD Foundation
Modified:
head/en_US.ISO8859-1/htdocs/ports/Makefile
Modified: head/en_US.ISO8859-1/htdocs/ports/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/ports/Makefile Mon Jun 22 03:26:55 2015 (r46853)
+++ head/en_US.ISO8859-1/htdocs/ports/Makefile Mon Jun 22 03:28:36 2015 (r46854)
@@ -25,7 +25,7 @@ ${INDEX}:
.endif
HOSTNAME!= hostname
-.if ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org"
+.if ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org"
CLUSTER_MACHINE= YES
.endif
More information about the svn-doc-head
mailing list