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:
parent
3513dce07d
commit
b92b172364
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39833
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ INDEXLINK= internal.html
|
||||||
# build the list of personal homepages of FreeBSD developers only
|
# build the list of personal homepages of FreeBSD developers only
|
||||||
# on the main FreeBSD machines
|
# on the main FreeBSD machines
|
||||||
hostname!= hostname
|
hostname!= hostname
|
||||||
.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" || ${hostname} == "www.freebsd.org"
|
.if !empty(hostname:M*.freebsd.org)
|
||||||
DOCS+= homepage.xml
|
DOCS+= homepage.xml
|
||||||
|
|
||||||
.if !make(install)
|
.if !make(install)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue