summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorsakamoto <sakamoto>2002-06-10 12:23:44 +0000
committersakamoto <sakamoto>2002-06-10 12:23:44 +0000
commit7e1389544fc8cb566e71743ad069181376d2c672 (patch)
tree1eddeffe9556a35c4bbba326e459bb44b637368f /mk
parent6ff83a1ac6e2980ff0f54ccc43c0aa435dc78e75 (diff)
downloadpkgsrc-7e1389544fc8cb566e71743ad069181376d2c672.tar.gz
add IMDICTDIR for input method's dictionary installation.
default is /var/dict.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 5848eccdeb1..f9e0c9536b1 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.64 2002/05/25 07:40:36 veego Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.65 2002/06/10 12:23:44 sakamoto Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -580,6 +580,11 @@ IMAP_UW_CCLIENT_MBOX_FMT?= unix
# Possible: not defined, YES
# Default: not defined
+IMDICTDIR?= /var/dict
+# Specify the directory for input method's dictionary installation.
+# Possible: any valid location
+# Default: /var/dict
+
INN_DATA_DIR?= /var/news
# Used by inn to specify the data directory.
# Possible: any path you like