diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2002-06-10 12:23:44 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2002-06-10 12:23:44 +0000 |
commit | 28924481e62781913404a9ce9ae272d61b76a6e5 (patch) | |
tree | 1eddeffe9556a35c4bbba326e459bb44b637368f /mk | |
parent | aaa2f282c3d67dab37d1aa61f2314187ec1c6855 (diff) | |
download | pkgsrc-28924481e62781913404a9ce9ae272d61b76a6e5.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.mk | 7 |
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 |