From 70a7f1bf9b6c78077e1c9b1dba85ecba164e7a85 Mon Sep 17 00:00:00 2001 From: MIHIRA Sanpei Yoshiro Date: Thu, 21 Sep 2000 15:09:36 +0000 Subject: use ${PERL} Submitted by: knu --- textproc/cdif/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/cdif/Makefile b/textproc/cdif/Makefile index 5c78531bb6c2..11b5508b744e 100644 --- a/textproc/cdif/Makefile +++ b/textproc/cdif/Makefile @@ -25,7 +25,7 @@ do-extract: # assumes perl is in ${LOCALBASE}/bin/perl do-patch: - ${SED} -e '1s@/usr/local/bin/perl@/usr/bin/perl@' \ + ${SED} -e '1s@/usr/local/bin/perl@${PERL}@' \ < ${WRKSRC}/${DISTNAME}.dist > ${WRKSRC}/${DISTNAME} do-install: -- cgit v1.2.3