summaryrefslogtreecommitdiff
path: root/inputmethod/canna-dict
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-dict
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-dict')
-rw-r--r--inputmethod/canna-dict/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/canna-dict/Makefile b/inputmethod/canna-dict/Makefile
index d279eb123c1..313452e7490 100644
--- a/inputmethod/canna-dict/Makefile
+++ b/inputmethod/canna-dict/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2005/07/19 10:17:17 grant Exp $
+# $NetBSD: Makefile,v 1.9 2005/12/05 20:50:23 rillig Exp $
#
-.include "../canna/Makefile.common"
+.include "../../inputmethod/canna/Makefile.common"
CANNA_MODULE= dict
@@ -32,7 +32,7 @@ do-build:
do-install:
@cd ${WRKSRC}/dic/ideo; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} install
-.include "../canna/Makefile.include"
+.include "../../inputmethod/canna/Makefile.include"
# Need to set this here _after_ bsd.pkg.mk
PREFIX= ${IMDICTDIR}