aboutsummaryrefslogtreecommitdiff
path: root/japanese/mozc-el
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-05-14 19:46:20 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-05-14 19:46:20 +0000
commit8a7acbced9ab85ca1cf0669741656cbcf5004a6d (patch)
treef985850491613a2507e5197dbaec962101e3ffef /japanese/mozc-el
parentad3c41ea0b2e6e93c0f050f2b4cb4c756dde2949 (diff)
downloadports-8a7acbced9ab85ca1cf0669741656cbcf5004a6d.tar.gz
ports-8a7acbced9ab85ca1cf0669741656cbcf5004a6d.zip
Notes
Diffstat (limited to 'japanese/mozc-el')
-rw-r--r--japanese/mozc-el/Makefile16
-rw-r--r--japanese/mozc-el/pkg-message2
2 files changed, 4 insertions, 14 deletions
diff --git a/japanese/mozc-el/Makefile b/japanese/mozc-el/Makefile
index dff288a42a89..43c416f3e2c4 100644
--- a/japanese/mozc-el/Makefile
+++ b/japanese/mozc-el/Makefile
@@ -1,23 +1,13 @@
-# New ports collection makefile for: mozc-el
-# Date created: 26 June 2010
-# Whom: TAKANO, Yuji
-#
+# Created by: TAKANO, Yuji
# $FreeBSD$
-#
PKGNAMESUFFIX= -el-${EMACS_PORT_NAME}
-COMMENT= Mozc for GNU Emacs
+
+COMMENT= Emacs input method for Mozc
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
PKGMESSAGE= ${.CURDIR}/pkg-message
BUILD_MOZC_LIST=mozc_el
-USE_EMACS= yes
-CATEGORIES= editors elisp
-
-post-install:
- @${CAT} ${PKGMESSAGE}
- @${ECHO_CMD} To display this message again, type ${PKG_INFO} -D ${PKGNAME}
-
.include "${MASTERDIR}/Makefile"
diff --git a/japanese/mozc-el/pkg-message b/japanese/mozc-el/pkg-message
index 28c70fcd2f1a..0f7281b2231f 100644
--- a/japanese/mozc-el/pkg-message
+++ b/japanese/mozc-el/pkg-message
@@ -1,7 +1,7 @@
+
To activate mozc, you will need to add the following lines to
your ~/.emacs:
-(require 'mozc)
(set-language-environment "Japanese")
(setq default-input-method "japanese-mozc")
(global-set-key (kbd "C-o") 'toggle-input-method)