diff options
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 605a01a16f7..230c4a648fc 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.129 2005/12/05 20:50:34 rillig Exp $ +# $NetBSD: Makefile,v 1.130 2005/12/05 23:55:11 rillig Exp $ DISTNAME= mutt-1.4.2.1i PKGNAME= ${DISTNAME:C/i$//} @@ -22,7 +22,7 @@ BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \ +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} \ --with-docdir=${PREFIX}/share/doc/mutt \ --without-included-gettext \ --enable-pop \ |