Fix a problem on building ports section with Makefile.gen
Pointed by: wosch
This commit is contained in:
parent
d77a3f3280
commit
b273267b08
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6071
3 changed files with 44 additions and 18 deletions
|
@ -1,25 +1,11 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSD: www/es/ports/Makefile,v 1.6 1999/09/06 07:03:04 peter Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
|
||||
PORTINDEX= perl5 ${.CURDIR}/portindex
|
||||
INDEX= INDEX
|
||||
PINDEX= ports/${INDEX}
|
||||
Y2K= YEAR2000
|
||||
PY2K= ports/${Y2K}
|
||||
|
||||
COOKIE= ${INDEX} Makefile.gen
|
||||
|
||||
.if exists(Makefile.gen)
|
||||
.include "Makefile.gen"
|
||||
.if exists(Makefile.inc)
|
||||
.include "Makefile.inc"
|
||||
.endif
|
||||
CLEANFILES+= ${DOCS} Makefile.gen ${INDEX} ${Y2K} packages.exists
|
||||
|
||||
cvsindex= $${CVSROOT}/${PINDEX},v
|
||||
cvsy2k= $${CVSROOT}/${PY2K},v
|
||||
_ALLINSTALL= packages.exists ${INDEX} ${Y2K}
|
||||
|
||||
.if defined(NOPORTSCVS)
|
||||