summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-12-10 03:55:47 +0000
committerhubertf <hubertf@pkgsrc.org>1999-12-10 03:55:47 +0000
commit00bb37ff6ed032e910012673d51621f9bcef11ca (patch)
treed56d0adf2af5d2886a2db11f6f50b5e09d1b52c9 /mk/mk.conf.example
parenta74e7c8d27a1b9dbb682966e0e39482e8933f7f9 (diff)
downloadpkgsrc-00bb37ff6ed032e910012673d51621f9bcef11ca.tar.gz
document JDK_HOME
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r--mk/mk.conf.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 90e15115522..560ba767f88 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.107 1999/12/01 22:20:03 tron Exp $
+# $NetBSD: mk.conf.example,v 1.108 1999/12/10 03:55:47 hubertf Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -316,6 +316,11 @@
# Possible: any valid mail alias
# default: none
+#JDK_HOME=
+# Used by the lang/JDK package to relocate it.
+# Possible: any dir, e.g. /usr/jdk
+# default: ${LOCALBASE}/JDK
+
#KERBEROS=
# Used in many packages to specify use of a Kerberos (or compatible)
# subsystem. Requires Kerberos libraries in /usr/lib.