Lowercase the hostname before evaluation.

Submitted by:	bcr
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2016-08-03 13:59:21 +00:00
parent b9d95057e7
commit 85a714bdb7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49210

View file

@ -35,7 +35,7 @@ INDEXLINK= internal.html
# build the list of personal homepages of FreeBSD developers only
# on the main FreeBSD machines
hostname!= hostname
.if !empty(hostname:M*.freebsd.org)
.if !empty(hostname:tl:M*.freebsd.org)
DOCS+= homepage.xml
.if !make(install)