summaryrefslogtreecommitdiff
path: root/security/courier-authlib/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'security/courier-authlib/Makefile.common')
-rw-r--r--security/courier-authlib/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/courier-authlib/Makefile.common b/security/courier-authlib/Makefile.common
index 51659d837a6..37e8cf47301 100644
--- a/security/courier-authlib/Makefile.common
+++ b/security/courier-authlib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2005/12/05 20:50:55 rillig Exp $
+# $NetBSD: Makefile.common,v 1.6 2005/12/05 23:55:17 rillig Exp $
COURIER_USER?= courier
COURIER_GROUP?= mail
@@ -10,5 +10,5 @@ PKG_GROUPS= ${COURIER_GROUP}
PKG_USERS= ${COURIER_USER}:${COURIER_GROUP}::Courier\ user
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-mailuser=${COURIER_USER}
-CONFIGURE_ARGS+= --with-mailgroup=${COURIER_GROUP}
+CONFIGURE_ARGS+= --with-mailuser=${COURIER_USER:Q}
+CONFIGURE_ARGS+= --with-mailgroup=${COURIER_GROUP:Q}