aboutsummaryrefslogtreecommitdiff
path: root/japanese/skk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-07 11:20:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-07 11:20:00 +0000
commit22cbdcf655d23483b07e033eaeff06857640749c (patch)
tree7b8c2469c1a8c916511656c2d601863078aeac08 /japanese/skk
parentb699a014d70021847865a605892b397da8c18aac (diff)
downloadports-22cbdcf655d23483b07e033eaeff06857640749c.tar.gz
ports-22cbdcf655d23483b07e033eaeff06857640749c.zip
Properly install-info'ify this port. Everything is done from the
Makefile and PLIST, since the texinfo source contains Japanese and our makeinfo chokes on it.
Notes
Notes: svn path=/head/; revision=6787
Diffstat (limited to 'japanese/skk')
-rw-r--r--japanese/skk/Makefile7
-rw-r--r--japanese/skk/pkg-plist3
2 files changed, 9 insertions, 1 deletions
diff --git a/japanese/skk/Makefile b/japanese/skk/Makefile
index 82e2cf3f62dc..0f8d8e18d7d5 100644
--- a/japanese/skk/Makefile
+++ b/japanese/skk/Makefile
@@ -3,7 +3,7 @@
# Date created: 04 Mar 1997
# Whom: Makoto Matsushita <matusita@jp.freebsd.org>
#
-# $Id: Makefile,v 1.4 1997/03/04 09:17:05 asami Exp $
+# $Id: Makefile,v 1.5 1997/03/04 09:34:37 asami Exp $
#
DISTNAME= skk9.6
@@ -36,5 +36,10 @@ post-install:
echo "fi" >> ${STARTUP_SCRIPT}; \
chmod 755 ${STARTUP_SCRIPT}; \
fi
+ if [ ! -f ${PREFIX}/info/dir ]; then \
+ sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ fi
+# Our makeinfo can't handle files with Japanese characters. :<
+ install-info --section="The Emacs editor and associated tools" --entry="* Skk: (skk.info). Yet another Japanese Inputting Method. (Japanese)" ${PREFIX}/info/skk.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/japanese/skk/pkg-plist b/japanese/skk/pkg-plist
index 06b5a6c749a2..268212e6446a 100644
--- a/japanese/skk/pkg-plist
+++ b/japanese/skk/pkg-plist
@@ -2,6 +2,7 @@ bin/skkdic-expr
bin/skkdic-count
bin/skkdic-sort
libexec/skkserv
+@unexec install-info --delete --section="The Emacs editor and associated tools" --entry="* Skk: (skk.info). Yet another Japanese Inputting Method. (Japanese )" %D/info/skk.info %D/info/dir
info/skk.info
info/skk.info-1
info/skk.info-2
@@ -9,6 +10,8 @@ info/skk.info-3
info/skk.info-4
info/skk.info-5
info/skk.info-6
+@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
+@exec install-info --section="The Emacs editor and associated tools" --entry="* Skk: (skk.info). Yet another Japanese Inputting Method. (Japanese )" %D/info/skk.info %D/info/dir
share/emacs/site-lisp/avltree.el
share/emacs/site-lisp/avltree.elc
share/emacs/site-lisp/elib-node.el