summaryrefslogtreecommitdiff
path: root/inputmethod/canna
diff options
context:
space:
mode:
authorobache <obache>2010-05-28 11:06:34 +0000
committerobache <obache>2010-05-28 11:06:34 +0000
commit80e6cdfdb510c58594e78ee664d2071ed9e0d8d8 (patch)
treecf9a729c47f8da901d300c3784f508d5e9506a09 /inputmethod/canna
parent6772dca14b1b4a181671adc8dcedfb1d608cca42 (diff)
downloadpkgsrc-80e6cdfdb510c58594e78ee664d2071ed9e0d8d8.tar.gz
Drop dependency on nbitools.
nbitools is not enough to maintain for recent platforms and no good support for user-destdir (now, canna-lib and canna-canuum is user-destdir ready) no objection in tech-pkg-ja@ about three months.
Diffstat (limited to 'inputmethod/canna')
-rw-r--r--inputmethod/canna/Makefile.common7
1 files changed, 5 insertions, 2 deletions
diff --git a/inputmethod/canna/Makefile.common b/inputmethod/canna/Makefile.common
index 592761e0410..fe060489241 100644
--- a/inputmethod/canna/Makefile.common
+++ b/inputmethod/canna/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2010/02/20 10:41:59 obache Exp $
+# $NetBSD: Makefile.common,v 1.21 2010/05/28 11:06:34 obache Exp $
#
# Canna common makefile.
#
@@ -23,7 +23,6 @@ FILESDIR= ${.CURDIR}/../../inputmethod/canna/files
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/canna/distinfo
PATCHDIR= ${.CURDIR}/../../inputmethod/canna/patches
-USE_TOOLS+= itools
USE_IMAKE= yes
CANNA_SPOOL= ${VARBASE}/spool/canna
CANNA_MODE= 0755
@@ -40,3 +39,7 @@ MAKE_ENV+= ${CANNA_ENV}
SCRIPTS_ENV+= ${CANNA_ENV}
PLIST_SUBST+= ${CANNA_ENV}
FILES_SUBST+= ${CANNA_ENV}
+
+INSTALL_MAKE_FLAGS+= CHOWN=${TRUE}
+INSTALL_MAKE_FLAGS+= CHGRP=${TRUE}
+INSTALL_MAKE_FLAGS+= CHMOD=${TRUE}