From 17ab19b9d472391953042ac9a527afdbc20d41bc Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Thu, 20 Apr 2000 16:41:32 +0000 Subject: [PATCH] s/perl/${PERL}/ --- en/search/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/search/Makefile b/en/search/Makefile index 7064d2fae8..bd917037f7 100644 --- a/en/search/Makefile +++ b/en/search/Makefile @@ -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"