diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-05 14:42:55 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-05 14:42:55 +0000 |
commit | 8b5b847bd392ba96887f43d698aee315da0a9fd5 (patch) | |
tree | 7f0b5ed9cf95b2aef7410b767015a5f214d63b3c /chinese/fcitx | |
parent | 0b5caac3c38ba2d677c878e0c5a6fd7d663d7804 (diff) | |
download | ports-8b5b847bd392ba96887f43d698aee315da0a9fd5.tar.gz ports-8b5b847bd392ba96887f43d698aee315da0a9fd5.zip |
Notes
Diffstat (limited to 'chinese/fcitx')
-rw-r--r-- | chinese/fcitx/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index 372af7061c3d..c244727eedba 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -7,6 +7,7 @@ PORTNAME= fcitx PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= http://www.linuxsir.com.cn/fcitx/ @@ -16,15 +17,15 @@ COMMENT= A simple and fast GBK Chinese XIM server LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv USE_XLIB= yes -USE_REINPLACE= yes +USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's#usr/share#usr/local/share#g' ${WRKSRC}/Makefile ${WRKSRC}/ime.h @${REINPLACE_CMD} -e 's#usr/bin#usr/local/bin#g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's#zh_CN.GB2312#zh_CN.EUC#g' ${WRKSRC}/window.c @${REINPLACE_CMD} -e 's#zh_CN.gb2312#zh_CN.EUC#g' ${WRKSRC}/xim.c - @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ - ${WRKSRC}/IMdkit/lib/IMConn.c + @${REINPLACE_CMD} -e 's#zh_CN.GBK#zh_CN.EUC#g' ${WRKSRC}/tools.c + @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' ${WRKSRC}/IMdkit/lib/IMConn.c post-install: @${CAT} ${PKGMESSAGE} |