MFen 1.6
This commit is contained in:
parent
475ce00a81
commit
35508bcf2f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20393
1 changed files with 9 additions and 10 deletions
|
@ -1,23 +1,22 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# The FreeBSD Russian Documentation Project
|
||||
# Original revision: 1.1
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDru: frdp/www/ru/ports/Makefile.inc,v 1.3 2004/01/06 17:28:41 andy Exp $
|
||||
#
|
||||
# Original revision: 1.6
|
||||
#
|
||||
|
||||
PORTINDEX= perl5 ${.CURDIR}/portindex
|
||||
PORTINDEX= ${PERL} ${.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}
|
||||
_ALLINSTALL= packages.exists ${INDEX} categories
|
||||
|
||||
|
|
Loading…
Reference in a new issue