summaryrefslogtreecommitdiff
path: root/inputmethod/canna
diff options
context:
space:
mode:
authorobache <obache>2009-01-10 05:13:01 +0000
committerobache <obache>2009-01-10 05:13:01 +0000
commit11f71e0606cb4e9000556f2b6b71fda80d598543 (patch)
treea75426f55d24f4317a0e4d2698f15db724d76c26 /inputmethod/canna
parent5a373808f9c6db084264cdd14fca05b67515d8c9 (diff)
downloadpkgsrc-11f71e0606cb4e9000556f2b6b71fda80d598543.tar.gz
Need CANNA_SPOOL at configure phase to generate cannaconf.h, it's for ERRDIR.
Add CANNA_ENV to SCRIPTS_ENV for imake. This is only affect to canna-server, as reported by MOCHIDA Shuji by PR 40349. Bump PKGREVISION of canna-server package.
Diffstat (limited to 'inputmethod/canna')
-rw-r--r--inputmethod/canna/Makefile.common3
1 files changed, 2 insertions, 1 deletions
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}