aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1994-11-26 02:23:01 +0800
committerSatoshi Asami <asami@FreeBSD.org>1994-11-26 02:23:01 +0800
commitb00fafca5b1b032f822fd9e3abf78f6d71c3eda2 (patch)
tree89dcf21c1abc9172110ed61c7ab3d441fb685b15 /japanese
parent59d082981f01121beef07c563e1e7fd9c4c59ff9 (diff)
downloadfreebsd-ports-gnome-b00fafca5b1b032f822fd9e3abf78f6d71c3eda2.tar.gz
freebsd-ports-gnome-b00fafca5b1b032f822fd9e3abf78f6d71c3eda2.tar.zst
freebsd-ports-gnome-b00fafca5b1b032f822fd9e3abf78f6d71c3eda2.zip
Oops, forgot to add new package files. REQ will test if the user "wnn" is
on the system or not. INSTALL will wnntouch the dictionary files upon install.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/FreeWnn-server/pkg-install6
-rw-r--r--japanese/Wnn6/pkg-install6
2 files changed, 12 insertions, 0 deletions
diff --git a/japanese/FreeWnn-server/pkg-install b/japanese/FreeWnn-server/pkg-install
new file mode 100644
index 000000000000..886c0d288dda
--- /dev/null
+++ b/japanese/FreeWnn-server/pkg-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+# installation script for Wnn4.2
+if [ "$2" != "POST-INSTALL" ]; then
+ exit 0
+fi
+${PKG_PREFIX}/bin/Wnn4/wnntouch ${PKG_PREFIX}/lib/wnn/ja_JP/dic/pubdic/*
diff --git a/japanese/Wnn6/pkg-install b/japanese/Wnn6/pkg-install
new file mode 100644
index 000000000000..886c0d288dda
--- /dev/null
+++ b/japanese/Wnn6/pkg-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+# installation script for Wnn4.2
+if [ "$2" != "POST-INSTALL" ]; then
+ exit 0
+fi
+${PKG_PREFIX}/bin/Wnn4/wnntouch ${PKG_PREFIX}/lib/wnn/ja_JP/dic/pubdic/*