summaryrefslogtreecommitdiffstats
path: root/textproc/cdif
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2000-09-21 12:02:08 +0000
committersanpei <sanpei@FreeBSD.org>2000-09-21 12:02:08 +0000
commit00ffea039fb3464410296a24619086b9678da166 (patch)
tree177906e49d20e134d3de48d2747ca83e4045bbe3 /textproc/cdif
parentdb5de03eaaff9768d4cac69a204bd3d6932ef414 (diff)
downloadFreeBSD-ports-00ffea039fb3464410296a24619086b9678da166.zip
FreeBSD-ports-00ffea039fb3464410296a24619086b9678da166.tar.gz
use /usr/bin/perl, instead of ${LOCAL_BASE}/bin/perl
Submitted by: Eivind Eklund <eivind@FreeBSD.org>
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 992b149..5c78531 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@${LOCALBASE}/bin/perl@' \
+ ${SED} -e '1s@/usr/local/bin/perl@/usr/bin/perl@' \
< ${WRKSRC}/${DISTNAME}.dist > ${WRKSRC}/${DISTNAME}
do-install:
OpenPOWER on IntegriCloud