svn commit: r49210 - head/en_US.ISO8859-1/htdocs/internal

Glen Barber gjb at FreeBSD.org
Wed Aug 3 13:59:22 UTC 2016


Author: gjb
Date: Wed Aug  3 13:59:21 2016
New Revision: 49210
URL: https://svnweb.freebsd.org/changeset/doc/49210

Log:
  Lowercase the hostname before evaluation.
  
  Submitted by:	bcr
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/internal/Makefile

Modified: head/en_US.ISO8859-1/htdocs/internal/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/internal/Makefile	Wed Aug  3 12:54:53 2016	(r49209)
+++ head/en_US.ISO8859-1/htdocs/internal/Makefile	Wed Aug  3 13:59:21 2016	(r49210)
@@ -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)


More information about the svn-doc-all mailing list