diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2021-09-12 20:48:25 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2021-10-02 11:19:56 +0000 |
commit | 0efce95397d4b53be14448a803902191ab8c1df3 (patch) | |
tree | a08b3fcd3e112cf0ab17b3f96bb374b4e7d88efd /chinese | |
parent | 7075120b4d50ebba264775ce8a5bcbcafd1d99a2 (diff) | |
download | ports-0efce95397d4b53be14448a803902191ab8c1df3.tar.gz ports-0efce95397d4b53be14448a803902191ab8c1df3.zip |
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/c2t/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/c2t/Makefile b/chinese/c2t/Makefile index f39b83ce7475..fc3e01b36cc8 100644 --- a/chinese/c2t/Makefile +++ b/chinese/c2t/Makefile @@ -13,6 +13,8 @@ COMMENT= Translates GB/Big5 encoding to tone pinyin NO_WRKSUBDIR= yes EXTRACT_ONLY= c2t.tar.gz +CFLAGS+= -Dregister= + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/chinese/gb ${INSTALL_PROGRAM} ${WRKSRC}/c2t ${STAGEDIR}${PREFIX}/bin |