summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorgrant <grant>2004-12-18 04:03:16 +0000
committergrant <grant>2004-12-18 04:03:16 +0000
commit6dfd7abc84e4845a63e0662ef453cf311f08f6ad (patch)
tree02b2c88dcda063a0430bbbf414b1f9b098420560 /mk/defaults
parent282703bbae436c2d2d1527c1f2327fe755853e52 (diff)
downloadpkgsrc-6dfd7abc84e4845a63e0662ef453cf311f08f6ad.tar.gz
document QPOPPER_SPOOL_DIR.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index a5f60e66dfe..f008bbdcef5 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.16 2004/11/27 08:47:36 xtraeme Exp $
+# $NetBSD: mk.conf,v 1.17 2004/12/18 04:03:16 grant Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1854,6 +1854,13 @@ QPOPPER_USER?= pop
# Possible: defined, not defined
# Default: not defined
+#QPOPPER_SPOOL_DIR=
+# Used by qpopper package to define the mail spool directory,
+# overriding the hardcoded directories searched for by the configure
+# script.
+# Possible: any location on an appropriate filesystem.
+# Default: not defined
+
#QPOPPER_USE_DRAC=
# Used in qpopper package to enable drac support.
# Possible: yes or no, not defined.