[simon at FreeBSD.org: cvs commit: www/en/ports Makefile.inc]
Simon L. Nielsen
simon at FreeBSD.org
Tue Nov 14 18:41:41 UTC 2006
Hey,
Could the translation teams please merge this?
I'm going to merge it in a couple of weeks for the translations that
hasn't done it before then.
----- Forwarded message from "Simon L. Nielsen" <simon at FreeBSD.org> -----
From: "Simon L. Nielsen" <simon at FreeBSD.org>
Date: Tue, 14 Nov 2006 18:20:42 +0000 (UTC)
To: doc-committers at FreeBSD.org, cvs-doc at FreeBSD.org, cvs-all at FreeBSD.org
Subject: cvs commit: www/en/ports Makefile.inc
simon 2006-11-14 18:20:42 UTC
FreeBSD doc repository
Modified files:
en/ports Makefile.inc
Log:
Do not install INDEX.
On www.FreeBSD.org there is are Apache config settings which overrides
/ports/INDEX, so the INDEX installed here isn't even used. On mirrors
it's just wasted bandwith since the file isn't used by anything (and
since for /usr/ports people will need INDEX-[567], for any recent
FreeBSD, people can't even use this INDEX file for anything useful).
Revision Changes Path
1.10 +2 -2 www/en/ports/Makefile.inc
http://cvsweb.FreeBSD.org/www/en/ports/Makefile.inc.diff?r1=1.9&r2=1.10
| ===================================================================
| RCS file: /usr/local/www/cvsroot/FreeBSD/www/en/ports/Makefile.inc,v
| retrieving revision 1.9
| retrieving revision 1.10
| diff -u -p -r1.9 -r1.10
| --- www/en/ports/Makefile.inc 2005/12/15 01:02:28 1.9
| +++ www/en/ports/Makefile.inc 2006/11/14 18:20:41 1.10
| @@ -1,4 +1,4 @@
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/www/en/ports/Makefile.inc,v 1.9 2005/12/15 01:02:28 linimon Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/www/en/ports/Makefile.inc,v 1.10 2006/11/14 18:20:41 simon Exp $
|
| PORTINDEX= ${PERL} ${.CURDIR}/portindex
| INDEX= INDEX
| @@ -12,5 +12,5 @@ CLEANFILES+= ${DYNAMIC_DOCS}
| CLEANFILES+= Makefile.gen
| CLEANFILES+= ports.count ports.size
|
| -_ALLINSTALL= packages.exists ${INDEX} categories
| +_ALLINSTALL= packages.exists categories
|
----- End forwarded message -----
--
Simon L. Nielsen
More information about the freebsd-doc
mailing list