summaryrefslogtreecommitdiff
path: root/mail/nmh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/nmh/Makefile')
-rw-r--r--mail/nmh/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index cf2236f0854..88ec858eae6 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2005/12/05 20:50:34 rillig Exp $
+# $NetBSD: Makefile,v 1.60 2005/12/05 23:55:11 rillig Exp $
DISTNAME= nmh-1.0.4
PKGREVISION= 6
@@ -29,16 +29,16 @@ GNU_CONFIGURE= yes
USE_PKGINSTALL= yes
CONFIGURE_ARGS+= --libdir=${PREFIX}/libexec/nmh
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --enable-nmh-pop
-CONFIGURE_ARGS+= --with-mts=${NMH_MTA}
+CONFIGURE_ARGS+= --with-mts=${NMH_MTA:Q}
.if defined(NMH_EDITOR)
-CONFIGURE_ARGS+= --with-editor=${NMH_EDITOR}
+CONFIGURE_ARGS+= --with-editor=${NMH_EDITOR:Q}
.endif
.if defined(NMH_PAGER)
-CONFIGURE_ARGS+= --with-pager=${NMH_PAGER}
+CONFIGURE_ARGS+= --with-pager=${NMH_PAGER:Q}
.endif
.if defined(KERBEROS)