aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/FreeWnn-server
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1994-11-26 02:23:01 +0800
committerasami <asami@FreeBSD.org>1994-11-26 02:23:01 +0800
commit0312422284690b0f5d6e16832beaacffab304f8e (patch)
tree9267642a3a83eaf8ed8c05223251d246fd46caca /japanese/FreeWnn-server
parent7f9a6376e92f5a7ea2366af9c3defd5455e198e2 (diff)
downloadfreebsd-ports-gnome-0312422284690b0f5d6e16832beaacffab304f8e.tar.gz
freebsd-ports-gnome-0312422284690b0f5d6e16832beaacffab304f8e.tar.zst
freebsd-ports-gnome-0312422284690b0f5d6e16832beaacffab304f8e.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/FreeWnn-server')
-rw-r--r--japanese/FreeWnn-server/pkg-install6
1 files changed, 6 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/*
td>-2/+2 * Fix build on -CURRENT.fjoe2003-10-2810-18/+200 * BROKEN on 5.x: does not compilekris2003-10-161-1/+7 * fix MASTER_SITESoliver2003-07-221-1/+2 * De-pkg-comment.knu2003-02-212-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Fix startup-scripts for -current /bin/sh issues.anders2002-08-141-1/+1 * Upgrade to 1.5.7.3.dirk2001-12-272-2/+2 * - PORTDOCS policepat2001-12-241-9/+9 * Update to version 1.5.7.1, which removes the pgp code, usesdougb2001-10-165-25/+2 * Fix pkg-plist.kevlo2000-12-031-0/+1 * Update to version 1.5.7kevlo2000-11-2812-332/+140 * Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.will2000-10-241-1/+1 * As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-052-8/+24 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-4/+4 * Simplify shlib version generation by using PLIST_SUB.asami2000-03-022-9/+4 * bentoize the PLIST creation for people with libc.4billf2000-03-011-1/+5