diff options
author | rxg <rxg@pkgsrc.org> | 2022-05-20 13:38:45 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2022-05-20 13:38:45 +0000 |
commit | 7ab41d39fbbd28074beba99702e19eb03a527d1f (patch) | |
tree | 5888608bc524f4058a33ccc1410fe8e8fc930fbf /inputmethod/xcin/Makefile | |
parent | 93839c08c5941885df5d2ae9483c9490e0cd87e3 (diff) | |
download | pkgsrc-7ab41d39fbbd28074beba99702e19eb03a527d1f.tar.gz |
Use the new APIs of libchewing-0.5.1, bump revision.
Diffstat (limited to 'inputmethod/xcin/Makefile')
-rw-r--r-- | inputmethod/xcin/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/inputmethod/xcin/Makefile b/inputmethod/xcin/Makefile index 58000a3b92f..82a22caa34e 100644 --- a/inputmethod/xcin/Makefile +++ b/inputmethod/xcin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2021/05/24 19:52:29 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2022/05/20 13:38:45 rxg Exp $ DISTNAME= xcin-2.5.3.pre2 PKGNAME= xcin-2.5.3rc2 -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= chinese x11 #MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/devel/ @@ -58,6 +58,9 @@ PLIST_SUBST+= GBK_ENC=${GBK_ENC} post-extract: ${CP} ${FILESDIR}/xcinrc.DRAGONFLY ${WRKSRC}/etc +post-patch: + ${CP} ${FILESDIR}/xcin_chewing.c ${WRKSRC}/src/Cinput/chewing + post-install: cd ${WRKSRC}/doc && pax -rw \ -s ',^\./man$$,,' -s ',^\./man/.*,,' \ @@ -72,7 +75,7 @@ BUILDLINK_TRANSFORM+= l:db:${BDB_TYPE} .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../inputmethod/libchewing02/buildlink3.mk" +.include "../../inputmethod/libchewing/buildlink3.mk" .include "../../inputmethod/libtabe/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" |