aboutsummaryrefslogtreecommitdiff
path: root/japanese/uim-canna
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-06-12 17:45:54 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-06-12 17:45:54 +0000
commit89abb4bc3d764f8612073e05cb0e5d16433e3786 (patch)
tree5cba7e6e3ce1e5d3018f7c59ea6d2df416458343 /japanese/uim-canna
parent831af5fc466c737116b030a1b4f31213c126137a (diff)
downloadports-89abb4bc3d764f8612073e05cb0e5d16433e3786.tar.gz
ports-89abb4bc3d764f8612073e05cb0e5d16433e3786.zip
Notes
Diffstat (limited to 'japanese/uim-canna')
-rw-r--r--japanese/uim-canna/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/japanese/uim-canna/Makefile b/japanese/uim-canna/Makefile
index d9bb39c21dc7..b7de9c54755c 100644
--- a/japanese/uim-canna/Makefile
+++ b/japanese/uim-canna/Makefile
@@ -19,11 +19,16 @@ CONFIGURE_ARGS= --with-canna
UIM_SLAVE= yes
+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-uim_Makefile.in
+
+do-build:
+ (cd ${WRKSRC}/uim && ${GMAKE} libuim-canna.la)
+
do-install:
- cd ${WRKSRC}/uim && \
- ${GMAKE} uim_plugin_LTLIBRARIES=libuim-canna.la install-uim_pluginLTLIBRARIES
+ (cd ${WRKSRC}/uim && \
+ ${GMAKE} uim_plugin_LTLIBRARIES=libuim-canna.la install-uim_pluginLTLIBRARIES)
post-install:
- uim-module-manager --register canna
+ ${X11BASE}/bin/uim-module-manager --register canna
.include "${MASTERDIR}/Makefile"