From 579e97796954edc2469fac176e855589e1dc2997 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 23:55:01 +0000 Subject: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. --- mail/mutt/Makefile | 4 ++-- mail/mutt/options.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/mutt') 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 \ diff --git a/mail/mutt/options.mk b/mail/mutt/options.mk index 9b22cdc1be7..d0390af0eef 100644 --- a/mail/mutt/options.mk +++ b/mail/mutt/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2005/05/31 10:01:38 dillo Exp $ +# $NetBSD: options.mk,v 1.8 2005/12/05 23:55:11 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.mutt PKG_SUPPORTED_OPTIONS= slang ncurses ssl buffy-size @@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --with-curses=${BUILDLINK_PREFIX.ncurses} ### .if !empty(PKG_OPTIONS:Mssl) . include "../../security/openssl/buildlink3.mk" -CONFIGURE_ARGS+= --with-ssl=${SSLBASE} +CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q} .else CONFIGURE_ARGS+= --without-ssl .endif -- cgit v1.2.3