summaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /mail/maildrop
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index 1290e09bfe5..fed018a270d 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/11/11 07:34:30 rillig Exp $
+# $NetBSD: Makefile,v 1.31 2005/12/05 23:55:11 rillig Exp $
DISTNAME= maildrop-2.0.1
CATEGORIES= security
@@ -29,12 +29,12 @@ PKGNAME= ${DISTNAME}
#
MAILDROP_TRUSTED_USERS?= ${ROOT_USER} ${COURIER_USER} qmaild
-CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --enable-maildirquota
-CONFIGURE_ARGS+= --enable-maildrop-uid=${ROOT_USER}
-CONFIGURE_ARGS+= --enable-maildrop-gid=${COURIER_GROUP}
-CONFIGURE_ARGS+= --enable-trusted-users='${MAILDROP_TRUSTED_USERS}'
-CONFIGURE_ARGS+= --enable-trusted-groups='${COURIER_GROUP}'
+CONFIGURE_ARGS+= --enable-maildrop-uid=${ROOT_USER:Q}
+CONFIGURE_ARGS+= --enable-maildrop-gid=${COURIER_GROUP:Q}
+CONFIGURE_ARGS+= --enable-trusted-users=${MAILDROP_TRUSTED_USERS:Q}
+CONFIGURE_ARGS+= --enable-trusted-groups=${COURIER_GROUP:Q}
CONFIGURE_ARGS+= --enable-syslog=1
.if !empty(PKG_OPTIONS:Mauthlib)