Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2003 12:03:29 +0000
From:      Ceri Davies <ceri@FreeBSD.org>
To:        www@FreeBSD.org
Subject:   Patch to build www/en/internal/homepage.* on www.FreeBSD.org
Message-ID:  <20030207120329.GA27215@submonkey.net>

next in thread | raw e-mail | index | archive | help

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline


Any reason I shouldn't commit the following patch ?

Thanks,

Ceri
-- 

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="www.diff"

Index: Makefile
===================================================================
RCS file: /home/ncvs/www/en/internal/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile	4 Jan 2003 02:03:58 -0000	1.31
+++ Makefile	7 Feb 2003 10:30:13 -0000
@@ -26,7 +26,7 @@
 # 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"
+.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" || ${hostname} == "www.freebsd.org"
 DOCS+=	homepage.sgml
 .PHONY: homepage.inc
 


--KsGdsel6WgEHnImy--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-www" in the body of the message




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