Attempt to fix build by adding (yet another) hard-coded hostname.

With help and patience of:	peter
This commit is contained in:
Glen Barber 2013-04-07 02:55:16 +00:00
parent fc34d65e2d
commit d82305b5cf
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41389
4 changed files with 4 additions and 4 deletions
de_DE.ISO8859-1/htdocs/ports
en_US.ISO8859-1/htdocs/ports
ja_JP.eucJP/htdocs/ports
ru_RU.KOI8-R/htdocs/ports

View file

@ -27,7 +27,7 @@ ${INDEX}:
.endif
HOSTNAME!= hostname
.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org"
.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org"
CLUSTER_MACHINE= YES
.endif

View file

@ -25,7 +25,7 @@ ${INDEX}:
.endif
HOSTNAME!= hostname
.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org"
.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org"
CLUSTER_MACHINE= YES
.endif

View file

@ -27,7 +27,7 @@ ${INDEX}:
.endif
HOSTNAME!= hostname
.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org"
.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org"
CLUSTER_MACHINE= YES
.endif

View file

@ -32,7 +32,7 @@ ${INDEX}:
.endif
HOSTNAME!= hostname
.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org"
.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org"
CLUSTER_MACHINE= YES
.endif