summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-05-31 14:24:23 +0000
committerobache <obache@pkgsrc.org>2014-05-31 14:24:23 +0000
commit74075fdb3eb0acfd83ad0217a1c96d07991833bc (patch)
treef51f52f3502ef0d7c5a2296991a2b300b7c17102
parenta1a2850bea7bb7cc047b90f5d6566e2cc055038b (diff)
downloadpkgsrc-74075fdb3eb0acfd83ad0217a1c96d07991833bc.tar.gz
Switch to use UIM module framework.
Bump PKGREVISION.
-rw-r--r--inputmethod/uim-mozc/DEINSTALL6
-rw-r--r--inputmethod/uim-mozc/INSTALL6
-rw-r--r--inputmethod/uim-mozc/Makefile7
3 files changed, 5 insertions, 14 deletions
diff --git a/inputmethod/uim-mozc/DEINSTALL b/inputmethod/uim-mozc/DEINSTALL
deleted file mode 100644
index bd169f53c7e..00000000000
--- a/inputmethod/uim-mozc/DEINSTALL
+++ /dev/null
@@ -1,6 +0,0 @@
-# $NetBSD: DEINSTALL,v 1.2 2014/01/20 12:32:49 ryoon Exp $
-case ${STAGE} in
-POST-DEINSTALL)
- ${PREFIX}/bin/uim-module-manager --unregister mozc
- ;;
-esac
diff --git a/inputmethod/uim-mozc/INSTALL b/inputmethod/uim-mozc/INSTALL
deleted file mode 100644
index 20597195d1c..00000000000
--- a/inputmethod/uim-mozc/INSTALL
+++ /dev/null
@@ -1,6 +0,0 @@
-# $NetBSD: INSTALL,v 1.1 2014/01/20 10:45:57 ryoon Exp $
-case ${STAGE} in
-POST-INSTALL)
- ${PREFIX}/bin/uim-module-manager --register mozc
- ;;
-esac
diff --git a/inputmethod/uim-mozc/Makefile b/inputmethod/uim-mozc/Makefile
index e01740a65da..6cdad4b815c 100644
--- a/inputmethod/uim-mozc/Makefile
+++ b/inputmethod/uim-mozc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2014/02/12 23:18:05 tron Exp $
+# $NetBSD: Makefile,v 1.3 2014/05/31 14:24:23 obache Exp $
PKGNAME= uim-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} uim-mozc-331.tar.xz
SITES.uim-mozc-331.tar.xz= ${MASTER_SITE_SOURCEFORGE:=pnsft-aur/}
@@ -49,5 +49,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/scm/mozc.scm \
${DESTDIR}${PREFIX}/share/uim
+UIM_MODULES= mozc
+.include "../../inputmethod/uim/modules.mk"
+
.include "../../inputmethod/uim/buildlink3.mk"
.include "../../inputmethod/mozc-server/Makefile.common"