summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2000-09-21 15:09:36 +0000
committersanpei <sanpei@FreeBSD.org>2000-09-21 15:09:36 +0000
commitd5ab496dc95fb75521d258d89684d0ca70e989b2 (patch)
tree33f35ae1c1b3851cfa9b8ad3d613e364450309e2
parent51db83e8ab89adf4babca95002ef38b85e9c3b9f (diff)
downloadFreeBSD-ports-d5ab496dc95fb75521d258d89684d0ca70e989b2.zip
FreeBSD-ports-d5ab496dc95fb75521d258d89684d0ca70e989b2.tar.gz
use ${PERL}
Submitted by: knu
-rw-r--r--textproc/cdif/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/cdif/Makefile b/textproc/cdif/Makefile
index 5c78531..11b5508 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:
OpenPOWER on IntegriCloud