diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
commit | 579e97796954edc2469fac176e855589e1dc2997 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /net/wget | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'net/wget')
-rw-r--r-- | net/wget/Makefile | 4 | ||||
-rw-r--r-- | net/wget/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index b21355c6e87..b384c8cd44b 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2005/10/14 10:12:12 adam Exp $ +# $NetBSD: Makefile,v 1.86 2005/12/05 23:55:15 rillig Exp $ DISTNAME= wget-1.10.2 CATEGORIES= net @@ -17,7 +17,7 @@ GNU_CONFIGURE= YES USE_OLD_DES_API= YES USE_PKGLOCALEDIR= YES -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ENV+= ac_cv_func_sigsetjmp=yes EGDIR= ${PREFIX}/share/examples/wget diff --git a/net/wget/options.mk b/net/wget/options.mk index 179c679bc16..c93710150f4 100644 --- a/net/wget/options.mk +++ b/net/wget/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2005/10/05 13:29:49 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2005/12/05 23:55:15 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.wget PKG_SUPPORTED_OPTIONS= inet6 ssl @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --disable-ipv6 ### .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 |