summaryrefslogtreecommitdiff
path: root/www/libwww
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /www/libwww
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'www/libwww')
-rw-r--r--www/libwww/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index 933b84a47b2..f3b50e4f9f6 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2005/12/02 17:05:04 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2005/12/05 23:55:23 rillig Exp $
DISTNAME= w3c-libwww-5.4.0
PKGNAME= libwww-5.4.0
@@ -23,7 +23,7 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-zlib --with-regex --without-x
-CONFIGURE_ARGS+= --with-ssl="${SSLBASE}"
+CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q}
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE:Q}
@@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --without-md5
PLIST_SUBST+= MD5LIB="@comment "
.else
. if !exists(/usr/include/md5.h)
-CONFIGURE_ARGS+= --with-md5="${SSLBASE}"
+CONFIGURE_ARGS+= --with-md5=${SSLBASE:Q}
. endif
PLIST_SUBST+= MD5LIB=""
.endif