From owner-freebsd-www Fri Feb 7 4: 3:34 2003 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B489737B401 for ; Fri, 7 Feb 2003 04:03:32 -0800 (PST) Received: from rhadamanth.submonkey.net (pc2-cdif2-5-cust247.cdif.cable.ntl.com [81.101.151.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9827043FDD for ; Fri, 7 Feb 2003 04:03:30 -0800 (PST) (envelope-from setantae@submonkey.net) Received: from setantae by rhadamanth.submonkey.net with local (Exim 4.12) id 18h7E9-00075M-00 for www@FreeBSD.org; Fri, 07 Feb 2003 12:03:29 +0000 Date: Fri, 7 Feb 2003 12:03:29 +0000 From: Ceri Davies To: www@FreeBSD.org Subject: Patch to build www/en/internal/homepage.* on www.FreeBSD.org Message-ID: <20030207120329.GA27215@submonkey.net> Mail-Followup-To: Ceri Davies , www@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline User-Agent: Mutt/1.5.3i Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --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