Lowercase the hostname before evaluation.
Submitted by: bcr Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b9d95057e7
commit
85a714bdb7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49210
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue