diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-09-21 12:02:08 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-09-21 12:02:08 +0000 |
commit | 7bd115647620e71533b86dc07f00c0bb8d82edd2 (patch) | |
tree | 98abd6848be4596548a36da6c04ce27020d3c50f /textproc/cdif | |
parent | e0a0bd1d4c1074be4abeeb0d1e309792308ca005 (diff) | |
download | ports-7bd115647620e71533b86dc07f00c0bb8d82edd2.tar.gz ports-7bd115647620e71533b86dc07f00c0bb8d82edd2.zip |
Notes
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 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: |