aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/Canna
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-09-19 22:35:53 +0800
committermax <max@FreeBSD.org>1996-09-19 22:35:53 +0800
commitb9d0bfb21bf82516678baa6e4bacca4474f91717 (patch)
tree454cd908675c4b0b3f0d44a877c52d840de102d0 /japanese/Canna
parentd00507fd040255a2a196a00b95499d5a20666f33 (diff)
downloadfreebsd-ports-gnome-b9d0bfb21bf82516678baa6e4bacca4474f91717.tar.gz
freebsd-ports-gnome-b9d0bfb21bf82516678baa6e4bacca4474f91717.tar.zst
freebsd-ports-gnome-b9d0bfb21bf82516678baa6e4bacca4474f91717.zip
Check on /etc/services will be performed upon pkg_add, too.
Diffstat (limited to 'japanese/Canna')
-rw-r--r--japanese/Canna/pkg-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/japanese/Canna/pkg-install b/japanese/Canna/pkg-install
new file mode 100644
index 000000000000..c82c3531e620
--- /dev/null
+++ b/japanese/Canna/pkg-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+(grep -v ^# /etc/services | grep canna >/dev/null) || \
+(echo "Now, you need to add following entry to your /etc/services:" ;
+ echo ;
+ echo " canna 5680/tcp" ;
+ echo )