aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2013-01-19 00:33:28 +0800
committercrees <crees@FreeBSD.org>2013-01-19 00:33:28 +0800
commitb658d61e5ee66e09dbdc3eb6d98e07193e6afeac (patch)
tree54ba6aecbe659a574417f88771a40b46d8e85f14 /japanese
parent727694c6156437e5d1a559e1ffefbba891b37130 (diff)
downloadfreebsd-ports-gnome-b658d61e5ee66e09dbdc3eb6d98e07193e6afeac.tar.gz
freebsd-ports-gnome-b658d61e5ee66e09dbdc3eb6d98e07193e6afeac.tar.zst
freebsd-ports-gnome-b658d61e5ee66e09dbdc3eb6d98e07193e6afeac.zip
Remove unused function from pkg-install, and dequote RESTRICTED
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Wnn6/Makefile2
-rw-r--r--japanese/Wnn6/pkg-install18
2 files changed, 1 insertions, 19 deletions
diff --git a/japanese/Wnn6/Makefile b/japanese/Wnn6/Makefile
index 425d0ba413f8..8707ad1c2532 100644
--- a/japanese/Wnn6/Makefile
+++ b/japanese/Wnn6/Makefile
@@ -23,7 +23,7 @@ MOUNT_DEV?= /dev/acd0c
USERS= wnn
-RESTRICTED= "You should buy from Omron Software Co., Ltd."
+RESTRICTED= You should buy from Omron Software Co., Ltd
NO_BUILD= yes
IS_INTERACTIVE= yes
diff --git a/japanese/Wnn6/pkg-install b/japanese/Wnn6/pkg-install
index e0edcdb43dce..a5a407b36187 100644
--- a/japanese/Wnn6/pkg-install
+++ b/japanese/Wnn6/pkg-install
@@ -1,24 +1,6 @@
#!/bin/sh
# an installation script for Wnn6
-check_pw()
-{
- if which -s pw; then
- :
- else
- cat <<EOF
-
-This system looks like a pre-2.2 version of FreeBSD. We see that it
-is missing the "pw" utility. We need this utility. Please get and
-install it, and try again. You can get the source from:
-
- ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/usr.sbin/pw.tar.gz
-
-EOF
- exit 1
- fi
-}
-
ask() {
local question default answer