diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-08 12:55:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-08 12:55:04 +0000 |
commit | 42fadb342e69382215b9c6cf9c513a00f7003fbb (patch) | |
tree | 7f922e716543a1473c394a9b6cc2fdceda22dcff /japanese/skk | |
parent | 7fcd1ed0e8e79b7889b8e212149633caef7f0527 (diff) | |
download | ports-42fadb342e69382215b9c6cf9c513a00f7003fbb.tar.gz ports-42fadb342e69382215b9c6cf9c513a00f7003fbb.zip |
Notes
Diffstat (limited to 'japanese/skk')
-rw-r--r-- | japanese/skk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/skk/Makefile b/japanese/skk/Makefile index 01277422344a..c096d156c137 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.6 1997/06/07 11:19:57 asami Exp $ +# $Id: Makefile,v 1.7 1997/06/08 11:40:13 asami Exp $ # DISTNAME= skk9.6 @@ -40,6 +40,6 @@ post-install: 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 + 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> |