portindex is now a perl5 script (since rev 1.24).
This commit is contained in:
parent
9fd9633758
commit
363f3f588a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4509
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# $Id: Makefile,v 1.19 1999-03-11 20:17:54 scrappy Exp $
|
# $Id: Makefile,v 1.20 1999-03-12 10:13:06 wosch Exp $
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
PORTINDEX= perl ${.CURDIR}/portindex
|
PORTINDEX= perl5 ${.CURDIR}/portindex
|
||||||
INDEX= INDEX
|
INDEX= INDEX
|
||||||
PINDEX= ports/${INDEX}
|
PINDEX= ports/${INDEX}
|
||||||
Y2K= YEAR2000
|
Y2K= YEAR2000
|
||||||
|
|
Loading…
Reference in a new issue