diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-09-21 15:09:36 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-09-21 15:09:36 +0000 |
commit | 70a7f1bf9b6c78077e1c9b1dba85ecba164e7a85 (patch) | |
tree | ef68b930a0a8a2fce2242ffabebb844a2b766a49 /textproc/cdif/Makefile | |
parent | 6b4297559fb163728b7490b0129fb8b13cc44a52 (diff) | |
download | ports-70a7f1bf9b6c78077e1c9b1dba85ecba164e7a85.tar.gz ports-70a7f1bf9b6c78077e1c9b1dba85ecba164e7a85.zip |
Notes
Diffstat (limited to 'textproc/cdif/Makefile')
-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 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: |