24 lines
481 B
PHP
24 lines
481 B
PHP
|
# $FreeBSD$
|
||
|
# The FreeBSD Russian Documentation Project
|
||
|
# Original revision: 1.1
|
||
|
|
||
|
PORTINDEX= perl5 ${.CURDIR}/portindex
|
||
|
INDEX= INDEX
|
||
|
PINDEX= ports/${INDEX}
|
||
|
Y2K= YEAR2000
|
||
|
PY2K= ports/${Y2K}
|
||
|
|
||
|
COOKIE= ${INDEX} Makefile.gen
|
||
|
|
||
|
CLEANFILES+= ${INDEX}
|
||
|
CLEANFILES+= ${Y2K}
|
||
|
CLEANFILES+= packages.exists.temp packages.exists
|
||
|
CLEANFILES+= ${DOCS}
|
||
|
CLEANFILES+= Makefile.gen
|
||
|
|
||
|
cvsindex= $${CVSROOT}/${PINDEX},v
|
||
|
cvsy2k= $${CVSROOT}/${PY2K},v
|
||
|
|
||
|
_ALLINSTALL= packages.exists ${INDEX} ${Y2K}
|
||
|
|