From d5ab496dc95fb75521d258d89684d0ca70e989b2 Mon Sep 17 00:00:00 2001 From: sanpei 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(-) (limited to 'textproc/cdif/Makefile') 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