diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-07 17:49:52 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-07 17:49:52 +0000 |
commit | e40046b15dfb9ad5c4dcaa8137ef304b829ea59b (patch) | |
tree | 608ae9c87b150f1e38d0af957c8f5103a8dacaab /chinese | |
parent | cc2dc5fd2b0497078f0984b0b3a9123d7ede14e6 (diff) | |
download | ports-e40046b15dfb9ad5c4dcaa8137ef304b829ea59b.tar.gz ports-e40046b15dfb9ad5c4dcaa8137ef304b829ea59b.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/big5con/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index bf24fd75299d..605b7f80bbcb 100644 --- a/chinese/big5con/Makefile +++ b/chinese/big5con/Makefile @@ -31,8 +31,7 @@ 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/* ${WRKSRC}/src/* .endif pre-install: @if [ ! -f ${PREFIX}/lib/fonts/kc16.smf ]; then \ |