aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/cdif
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2000-09-21 23:09:36 +0800
committersanpei <sanpei@FreeBSD.org>2000-09-21 23:09:36 +0800
commitd5ab496dc95fb75521d258d89684d0ca70e989b2 (patch)
tree33f35ae1c1b3851cfa9b8ad3d613e364450309e2 /textproc/cdif
parent51db83e8ab89adf4babca95002ef38b85e9c3b9f (diff)
downloadfreebsd-ports-gnome-d5ab496dc95fb75521d258d89684d0ca70e989b2.tar.gz
freebsd-ports-gnome-d5ab496dc95fb75521d258d89684d0ca70e989b2.tar.zst
freebsd-ports-gnome-d5ab496dc95fb75521d258d89684d0ca70e989b2.zip
use ${PERL}
Submitted by: knu
Diffstat (limited to 'textproc/cdif')
-rw-r--r--textproc/cdif/Makefile2
1 files changed, 1 insertions, 1 deletions
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: