From 85a714bdb710b53ce4f28b1a987ead789934bc96 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Wed, 3 Aug 2016 13:59:21 +0000 Subject: [PATCH] Lowercase the hostname before evaluation. Submitted by: bcr Sponsored by: The FreeBSD Foundation --- en_US.ISO8859-1/htdocs/internal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/htdocs/internal/Makefile b/en_US.ISO8859-1/htdocs/internal/Makefile index 82d5799589..25870b29a9 100644 --- a/en_US.ISO8859-1/htdocs/internal/Makefile +++ b/en_US.ISO8859-1/htdocs/internal/Makefile @@ -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)