Do not depend on *executable* scripts in CVS tree.
This commit is contained in:
parent
b42d2c4248
commit
2fc7b947e8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3409
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
PORTINDEX= perl ./portindex
|
PORTINDEX= perl ${.CURDIR}/portindex
|
||||||
INDEX= INDEX
|
INDEX= INDEX
|
||||||
PINDEX= ports/${INDEX}
|
PINDEX= ports/${INDEX}
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ hostname!= hostname
|
||||||
|
|
||||||
packages.exists: ${cvsindex}
|
packages.exists: ${cvsindex}
|
||||||
.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org"
|
.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org"
|
||||||
./packages > ${.TARGET}
|
sh ${.CURDIR}/packages > ${.TARGET}
|
||||||
.else
|
.else
|
||||||
touch ${.TARGET}
|
touch ${.TARGET}
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Reference in a new issue