diff options
author | sanpei <sanpei@FreeBSD.org> | 2000-09-21 12:02:08 +0000 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2000-09-21 12:02:08 +0000 |
commit | 00ffea039fb3464410296a24619086b9678da166 (patch) | |
tree | 177906e49d20e134d3de48d2747ca83e4045bbe3 /textproc/cdif | |
parent | db5de03eaaff9768d4cac69a204bd3d6932ef414 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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: |