450d21f6e1
Makefile 1.44 Makefile.inc 1.8 Fetch bzip2 compressed copy of INDEX instead of plain one
22 lines
536 B
Makefile
22 lines
536 B
Makefile
#
|
|
# The FreeBSD Russian Documentation Project
|
|
#
|
|
# $FreeBSD: www/ru/ports/Makefile.inc,v 1.2 2004/03/23 23:05:07 phantom Exp $
|
|
# $FreeBSDru: frdp/www/ru/ports/Makefile.inc,v 1.3 2004/01/06 17:28:41 andy Exp $
|
|
#
|
|
# Original revision: 1.6
|
|
#
|
|
|
|
PORTINDEX= ${PERL} ${.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
|
|
|
|
_ALLINSTALL= packages.exists ${INDEX} categories
|
|
|