Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2012 01:15:07 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r39833 - head/en_US.ISO8859-1/htdocs/internal
Message-ID:  <201210290115.q9T1F7qQ043940@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Mon Oct 29 01:15:07 2012
New Revision: 39833
URL: http://svn.freebsd.org/changeset/doc/39833

Log:
  Fix homepage.html build.  It had been ignored for a long time due to hostname
  change of the build box.

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	Mon Oct 29 01:01:01 2012	(r39832)
+++ head/en_US.ISO8859-1/htdocs/internal/Makefile	Mon Oct 29 01:15:07 2012	(r39833)
@@ -32,7 +32,7 @@ INDEXLINK=	internal.html
 # build the list of personal homepages of FreeBSD developers only
 # on the main FreeBSD machines
 hostname!= hostname
-.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" || ${hostname} == "www.freebsd.org"
+.if !empty(hostname:M*.freebsd.org)
 DOCS+=	homepage.xml
 
 .if !make(install)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210290115.q9T1F7qQ043940>