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).
16 lines
411 B
Makefile
16 lines
411 B
Makefile
# $FreeBSD: www/en/ports/Makefile.inc,v 1.9 2005/12/15 01:02:28 linimon Exp $
|
|
|
|
PORTINDEX= ${PERL} ${.CURDIR}/portindex
|
|
INDEX= INDEX
|
|
PINDEX= ports/${INDEX}
|
|
|
|
COOKIE= ${INDEX} Makefile.gen
|
|
|
|
CLEANFILES+= ${INDEX} ${INDEX}.bz2
|
|
CLEANFILES+= packages.exists.temp packages.exists
|
|
CLEANFILES+= ${DYNAMIC_DOCS}
|
|
CLEANFILES+= Makefile.gen
|
|
CLEANFILES+= ports.count ports.size
|
|
|
|
_ALLINSTALL= packages.exists categories
|
|
|