s/perl/${PERL}/

This commit is contained in:
Alexey Zelkin 2000-04-20 16:41:32 +00:00
parent 64f2bc6cee
commit 17ab19b9d4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=7075

View file

@ -1,4 +1,4 @@
# $FreeBSD$
# $FreeBSD: www/en/search/Makefile,v 1.5 1999/09/06 07:02:57 peter Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -15,10 +15,10 @@ CLEANFILES+=atoz.sgml site.sgml
index-site.sgml: atoz.sgml site.sgml
atoz.sgml: web.atoz
sort -fu web.atoz | perl atoz.pl > ${.TARGET}
sort -fu web.atoz | ${PERL} atoz.pl > ${.TARGET}
site.sgml: site.map
./site.pl < ${.ALLSRC} > ${.TARGET}
${PERL} site.pl < ${.ALLSRC} > ${.TARGET}
.include "../web.mk"