aboutsummaryrefslogtreecommitdiff
path: root/textproc/cdif
diff options
context:
space:
mode:
authorMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2000-09-21 12:02:08 +0000
committerMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2000-09-21 12:02:08 +0000
commit7bd115647620e71533b86dc07f00c0bb8d82edd2 (patch)
tree98abd6848be4596548a36da6c04ce27020d3c50f /textproc/cdif
parente0a0bd1d4c1074be4abeeb0d1e309792308ca005 (diff)
downloadports-7bd115647620e71533b86dc07f00c0bb8d82edd2.tar.gz
ports-7bd115647620e71533b86dc07f00c0bb8d82edd2.zip
use /usr/bin/perl, instead of ${LOCAL_BASE}/bin/perl
Submitted by: Eivind Eklund <eivind@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=32926
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 992b149fe112..5c78531bb6c2 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: