summaryrefslogtreecommitdiff
path: root/mail/qpopper
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/qpopper
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/Makefile8
-rw-r--r--mail/qpopper/Makefile.common4
-rw-r--r--mail/qpopper/options.mk4
3 files changed, 8 insertions, 8 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
diff --git a/mail/qpopper/Makefile.common b/mail/qpopper/Makefile.common
index db912af49fc..a3a9dfbbeaa 100644
--- a/mail/qpopper/Makefile.common
+++ b/mail/qpopper/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2005/06/13 16:53:47 taca Exp $
+# $NetBSD: Makefile.common,v 1.18 2005/12/05 23:55:11 rillig Exp $
QPOPPER_MASTER_SITES+= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ \
http://core.ring.gr.jp/archives/net/mail/qpopper/
@@ -10,6 +10,6 @@ VERSION= 4.0.8
QPOPPER_FAC?= LOCAL1
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} \
--enable-log-facility=LOG_${QPOPPER_FAC}
LIBS+= ${LDFLAGS}
diff --git a/mail/qpopper/options.mk b/mail/qpopper/options.mk
index 6adfc1b98d0..2c19ce21476 100644
--- a/mail/qpopper/options.mk
+++ b/mail/qpopper/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2005/12/05 14:13:05 taca Exp $
+# $NetBSD: options.mk,v 1.11 2005/12/05 23:55:11 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qpopper
PKG_SUPPORTED_OPTIONS= drac inet6 kerberos pam qpopper-servermode ssl
@@ -10,7 +10,7 @@ PKG_OPTIONS_LEGACY_VARS+= QPOPPER_USE_DRAC:drac
.if !empty(PKG_OPTIONS:Mssl)
. include "../../security/openssl/buildlink3.mk"
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
+CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
.else
CONFIGURE_ARGS+= --without-ssl
.endif