450d21f6e1
Makefile 1.44 Makefile.inc 1.8 Fetch bzip2 compressed copy of INDEX instead of plain one
16 lines
320 B
Makefile
16 lines
320 B
Makefile
|
|
PORTINDEX= perl5 ${.CURDIR}/portindex
|
|
INDEX= INDEX
|
|
PINDEX= ports/${INDEX}
|
|
|
|
COOKIE= ${INDEX} Makefile.gen
|
|
|
|
CLEANFILES+= ${INDEX} ${INDEX}.bz2
|
|
CLEANFILES+= packages.exists.temp packages.exists
|
|
CLEANFILES+= ${DOCS}
|
|
CLEANFILES+= Makefile.gen
|
|
|
|
cvsindex= $${CVSROOT}/${PINDEX},v
|
|
|
|
_ALLINSTALL= packages.exists ${INDEX}
|
|
|