summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-12-18 04:03:16 +0000
committergrant <grant@pkgsrc.org>2004-12-18 04:03:16 +0000
commit7bbc828ce791aa6b09d205adad7907bdff2d6dbc (patch)
tree02b2c88dcda063a0430bbbf414b1f9b098420560 /mk/defaults
parentb315996f64b2ab49f098f6d07849be953bd63101 (diff)
downloadpkgsrc-7bbc828ce791aa6b09d205adad7907bdff2d6dbc.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.