aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-11-11 16:27:53 +0800
committermax <max@FreeBSD.org>1996-11-11 16:27:53 +0800
commita446ea83733c8476cf2147218da2f6bcfa11f2a4 (patch)
tree795b0607e68ce291fb8df37c8c518f11fe6ffa3c /japanese
parent7e32bcca2561b794cdcd97b1a7ef59ec671d84e9 (diff)
downloadfreebsd-ports-gnome-a446ea83733c8476cf2147218da2f6bcfa11f2a4.tar.gz
freebsd-ports-gnome-a446ea83733c8476cf2147218da2f6bcfa11f2a4.tar.zst
freebsd-ports-gnome-a446ea83733c8476cf2147218da2f6bcfa11f2a4.zip
Command line argument is checked and exits if $2!=POST-INSTALL.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Canna/pkg-install1
-rw-r--r--japanese/canna-lib/pkg-install1
-rw-r--r--japanese/canna-server/pkg-install1
3 files changed, 3 insertions, 0 deletions
diff --git a/japanese/Canna/pkg-install b/japanese/Canna/pkg-install
index c82c3531e620..df6e13e689fd 100644
--- a/japanese/Canna/pkg-install
+++ b/japanese/Canna/pkg-install
@@ -1,4 +1,5 @@
#!/bin/sh
+if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
(grep -v ^# /etc/services | grep canna >/dev/null) || \
(echo "Now, you need to add following entry to your /etc/services:" ;
echo ;
diff --git a/japanese/canna-lib/pkg-install b/japanese/canna-lib/pkg-install
index c82c3531e620..df6e13e689fd 100644
--- a/japanese/canna-lib/pkg-install
+++ b/japanese/canna-lib/pkg-install
@@ -1,4 +1,5 @@
#!/bin/sh
+if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
(grep -v ^# /etc/services | grep canna >/dev/null) || \
(echo "Now, you need to add following entry to your /etc/services:" ;
echo ;
diff --git a/japanese/canna-server/pkg-install b/japanese/canna-server/pkg-install
index c82c3531e620..df6e13e689fd 100644
--- a/japanese/canna-server/pkg-install
+++ b/japanese/canna-server/pkg-install
@@ -1,4 +1,5 @@
#!/bin/sh
+if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
(grep -v ^# /etc/services | grep canna >/dev/null) || \
(echo "Now, you need to add following entry to your /etc/services:" ;
echo ;