Do not depend on *executable* scripts in CVS tree.

This commit is contained in:
Wolfram Schneider 1998-08-25 00:00:34 +00:00
parent b42d2c4248
commit 2fc7b947e8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3409

View file

@ -1,10 +1,10 @@
# $Id: Makefile,v 1.15 1998-08-16 13:52:19 wosch Exp $
# $Id: Makefile,v 1.16 1998-08-25 00:00:34 wosch Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
PORTINDEX= perl ./portindex
PORTINDEX= perl ${.CURDIR}/portindex
INDEX= INDEX
PINDEX= ports/${INDEX}
@ -27,7 +27,7 @@ hostname!= hostname
packages.exists: ${cvsindex}
.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org"
./packages > ${.TARGET}
sh ${.CURDIR}/packages > ${.TARGET}
.else
touch ${.TARGET}
.endif