summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
diff options
context:
space:
mode:
authorsakamoto <sakamoto>2000-04-28 10:30:36 +0000
committersakamoto <sakamoto>2000-04-28 10:30:36 +0000
commitd19951105af29fb990fa01fd94064b66d1446c4f (patch)
tree28289c655ea7ba8b153906fb59d0c3e0695eb11f /mk/mk.conf.example
parent46ff9d0ab5c22b6b2843d7d22be73ed68b60ee18 (diff)
downloadpkgsrc-d19951105af29fb990fa01fd94064b66d1446c4f.tar.gz
Add LINUX_LOCALES variable.
Used in linux-locale package to install specify language(s)
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r--mk/mk.conf.example9
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index e013ed671a3..b46331ff6fc 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.134 2000/04/27 01:10:00 kim Exp $
+# $NetBSD: mk.conf.example,v 1.135 2000/04/28 10:30:36 sakamoto Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -414,6 +414,13 @@
# Possible: not defined, YES
# Default: not defined
+#LINUX_LOCALES=
+# Used in linux-locale package to install specify language(s)
+# Possible: af ar bg br ca cs cy da de el en eo es et eu fi fo fr ga gl \
+# he hr hu hy id is it ja ka kl ko lo lt lv nl no oc pl pt ro \
+# ru sk sl sr sv th tr uk vi wa zh
+# Default: all languages
+
#LPRNG_SUID= YES
# Used by LPRng to enable setuid installation of LPRng binaries.
# Possible: YES, or NO.