summaryrefslogtreecommitdiff
path: root/inputmethod/canna-server
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /inputmethod/canna-server
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'inputmethod/canna-server')
-rw-r--r--inputmethod/canna-server/MESSAGE10
-rw-r--r--inputmethod/canna-server/Makefile6
2 files changed, 8 insertions, 8 deletions
diff --git a/inputmethod/canna-server/MESSAGE b/inputmethod/canna-server/MESSAGE
index 03c198fa6eb..f93d7250182 100644
--- a/inputmethod/canna-server/MESSAGE
+++ b/inputmethod/canna-server/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.4 2005/09/28 14:15:49 rillig Exp $
+$NetBSD: MESSAGE,v 1.5 2005/12/05 20:50:23 rillig Exp $
If you want Canna server to boot automatically,
@@ -8,10 +8,10 @@ If you want Canna server to boot automatically,
canna=YES canna_flags="-u ${CANNA_USER}"
-canna_flags="-u ${CANNA_USER}" is not required, but recommended. Note that our
-Canna package no longer uses setuid(2) to make the server run as user
-"${CANNA_USER}", owing to the implementation of "-u" option (3.6 and above). See
-cannaserver(1M).
+canna_flags="-u ${CANNA_USER}" is not required, but recommended. Note
+that our Canna package no longer uses setuid(2) to make the server run
+as user "${CANNA_USER}", owing to the implementation of "-u" option (3.6
+and above). See cannaserver(1M).
Also note that by default cannaserver(1M) no longer allows connections
through tcp port 5680. You need to explicitly specify the port by the
diff --git a/inputmethod/canna-server/Makefile b/inputmethod/canna-server/Makefile
index c99dd5dd218..99b4980f89d 100644
--- a/inputmethod/canna-server/Makefile
+++ b/inputmethod/canna-server/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2005/08/23 11:48:47 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2005/12/05 20:50:23 rillig Exp $
#
-.include "../canna/Makefile.common"
+.include "../../inputmethod/canna/Makefile.common"
PKGREVISION= 1
@@ -39,4 +39,4 @@ do-configure:
.include "../../devel/nbitools/buildlink3.mk"
.include "../../inputmethod/canna-lib/buildlink3.mk"
-.include "../canna/Makefile.include"
+.include "../../inputmethod/canna/Makefile.include"