summaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorobache <obache>2010-11-09 10:42:01 +0000
committerobache <obache>2010-11-09 10:42:01 +0000
commitfd2df83a7449c563b923860cbe03597f191e1b15 (patch)
treefb20d9996678be9aecc05bf3d20ed4e168ed3a72 /mail/maildrop
parent65d73b55e3a1061b5352154a2b6a56116d769c53 (diff)
downloadpkgsrc-fd2df83a7449c563b923860cbe03597f191e1b15.tar.gz
Need to quote MAILDROP_TRUSTED_USERS (it's a list), or failed to configure.
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index b878c0a0b29..7d947465ce8 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2010/11/05 14:15:02 adam Exp $
+# $NetBSD: Makefile,v 1.52 2010/11/09 10:42:01 obache Exp $
DISTNAME= maildrop-2.5.1
CATEGORIES= security
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --with-makedatprog=${LIBEXECDIR}/makedatprog
CONFIGURE_ARGS+= --enable-maildirquota
CONFIGURE_ARGS+= --enable-maildrop-uid=${REAL_ROOT_USER}
CONFIGURE_ARGS+= --enable-maildrop-gid=${COURIER_GROUP}
-CONFIGURE_ARGS+= --enable-trusted-users=${MAILDROP_TRUSTED_USERS}
+CONFIGURE_ARGS+= --enable-trusted-users=${MAILDROP_TRUSTED_USERS:Q}
CONFIGURE_ARGS+= --enable-trusted-groups=${COURIER_GROUP}
CONFIGURE_ARGS+= --enable-syslog=1