diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-12-02 05:22:36 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-12-02 05:22:36 +0000 |
commit | cb66659d85cb4cc6aa670414a05fa6ef6342f981 (patch) | |
tree | 419f13dc8b62721aeb28e579940e7cbd0cd771ff /chinese | |
parent | 09a4ed7fa503c79f6cca67a34bccc522e99d5cef (diff) | |
download | ports-cb66659d85cb4cc6aa670414a05fa6ef6342f981.tar.gz ports-cb66659d85cb4cc6aa670414a05fa6ef6342f981.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/big5con/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index abadbaacf2ec..bf24fd75299d 100644 --- a/chinese/big5con/Makefile +++ b/chinese/big5con/Makefile @@ -31,8 +31,8 @@ EXTRACT_ONLY= ${DISTNAME}.tgz .include <bsd.port.pre.mk> post-patch: .if ${OSVERSION} > 500012 - @perl -pi -e 's,machine/console.h>,sys/consio.h>\n#include\t<sys/kbio.h>\n,' ${WRKSRC}/include/* - @perl -pi -e 's,machine/console.h>,sys/consio.h>\n#include\t<sys/kbio.h>\n,' ${WRKSRC}/src/* + @${PERL} -pi -e 's,machine/console.h>,sys/consio.h>\n#include\t<sys/kbio.h>\n,' ${WRKSRC}/include/* + @${PERL} -pi -e 's,machine/console.h>,sys/consio.h>\n#include\t<sys/kbio.h>\n,' ${WRKSRC}/src/* .endif pre-install: @if [ ! -f ${PREFIX}/lib/fonts/kc16.smf ]; then \ |