Fix homepage.html build. It had been ignored for a long time due to hostname

change of the build box.
This commit is contained in:
Hiroki Sato 2012-10-29 01:15:07 +00:00
parent 3513dce07d
commit b92b172364
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39833

View file

@ -32,7 +32,7 @@ INDEXLINK= internal.html
# build the list of personal homepages of FreeBSD developers only
# on the main FreeBSD machines
hostname!= hostname
.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" || ${hostname} == "www.freebsd.org"
.if !empty(hostname:M*.freebsd.org)
DOCS+= homepage.xml
.if !make(install)