summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/canna-server/Makefile4
-rw-r--r--inputmethod/canna/Makefile.common3
2 files changed, 4 insertions, 3 deletions
diff --git a/inputmethod/canna-server/Makefile b/inputmethod/canna-server/Makefile
index 81a31d6f2c2..99f259db510 100644
--- a/inputmethod/canna-server/Makefile
+++ b/inputmethod/canna-server/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2008/09/18 12:35:27 taca Exp $
+# $NetBSD: Makefile,v 1.21 2009/01/10 05:13:01 obache Exp $
-PKGREVISION= 3
+PKGREVISION= 4
CANNA_MODULE= server
.include "../../inputmethod/canna/Makefile.common"
diff --git a/inputmethod/canna/Makefile.common b/inputmethod/canna/Makefile.common
index ce6b7b5840d..c08cc5e18d8 100644
--- a/inputmethod/canna/Makefile.common
+++ b/inputmethod/canna/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2007/09/07 22:12:12 jlam Exp $
+# $NetBSD: Makefile.common,v 1.19 2009/01/10 05:13:01 obache Exp $
#
# Canna common makefile.
#
@@ -33,5 +33,6 @@ CANNA_ENV= CANNA_USER=${CANNA_USER} \
CANNA_MODE=${CANNA_MODE} \
IMDICTDIR=${IMDICTDIR}
MAKE_ENV+= ${CANNA_ENV}
+SCRIPTS_ENV+= ${CANNA_ENV}
PLIST_SUBST+= ${CANNA_ENV}
FILES_SUBST+= ${CANNA_ENV}