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 /security/stunnel | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index fba538128bc..b9fe738d79b 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2005/09/28 20:52:26 rillig Exp $ +# $NetBSD: Makefile,v 1.51 2005/12/05 23:55:18 rillig Exp $ DISTNAME= stunnel-4.07 PKGREVISION= 2 @@ -13,12 +13,12 @@ COMMENT= Universal SSL tunnel USE_PKGINSTALL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-ssl=${SSLBASE} \ - --with-cert-dir="${SSLCERTS}" \ - --with-pem-dir="${SSLCERTS}" \ +CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q} \ + --with-cert-dir=${SSLCERTS:Q} \ + --with-pem-dir=${SSLCERTS:Q} \ --with-tcp-wrappers \ - --sysconfdir="${PKG_SYSCONFDIR}" \ - --localstatedir=${VARBASE} + --sysconfdir=${PKG_SYSCONFDIR:Q} \ + --localstatedir=${VARBASE:Q} PKG_SYSCONFSUBDIR= stunnel |