summaryrefslogtreecommitdiff
path: root/mail/qpopper/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /mail/qpopper/Makefile
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'mail/qpopper/Makefile')
-rw-r--r--mail/qpopper/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile
index 46dab7713b5..51a158d4b16 100644
--- a/mail/qpopper/Makefile
+++ b/mail/qpopper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2005/12/05 14:13:05 taca Exp $
+# $NetBSD: Makefile,v 1.53 2005/12/05 23:55:11 rillig Exp $
#
DISTNAME= qpopper${VERSION}
@@ -16,8 +16,8 @@ COMMENT= Qualcomm's POP server for Eudora
.include "Makefile.common"
-CONFIGURE_ARGS+= --enable-apop=${QPOPPER_APOP_AUTH} \
- --enable-popuid=${QPOPPER_USER} \
+CONFIGURE_ARGS+= --enable-apop=${QPOPPER_APOP_AUTH:Q} \
+ --enable-popuid=${QPOPPER_USER:Q} \
--disable-update-abort --without-gdbm
.include "options.mk"
@@ -28,7 +28,7 @@ QPOPPER_APOP_AUTH?= ${PKG_SYSCONFDIR}/apop.auth
DB_SUFFIX?= db
.if defined(QPOPPER_SPOOL_DIR)
-CONFIGURE_ARGS+= --enable-spool-dir=${QPOPPER_SPOOL_DIR}
+CONFIGURE_ARGS+= --enable-spool-dir=${QPOPPER_SPOOL_DIR:Q}
.endif
USE_PKGINSTALL= yes