291c9188bb
removes the now-useless cvsindex variable; it wasn't really necessary, anyway, since if the file to checkout can't be found, cvs(1) will fail, and make(1) will follow.
15 lines
362 B
Makefile
15 lines
362 B
Makefile
# $FreeBSD: www/en/ports/Makefile.inc,v 1.5 2001/01/04 22:12:42 wosch Exp $
|
|
|
|
PORTINDEX= ${PERL} ${.CURDIR}/portindex
|
|
INDEX= INDEX
|
|
PINDEX= ports/${INDEX}
|
|
|
|
COOKIE= ${INDEX} Makefile.gen
|
|
|
|
CLEANFILES+= ${INDEX}
|
|
CLEANFILES+= packages.exists.temp packages.exists
|
|
CLEANFILES+= ${DOCS}
|
|
CLEANFILES+= Makefile.gen
|
|
|
|
_ALLINSTALL= packages.exists ${INDEX} categories
|
|
|