summaryrefslogtreecommitdiff
path: root/net/lftp
diff options
context:
space:
mode:
Diffstat (limited to 'net/lftp')
-rw-r--r--net/lftp/Makefile4
-rw-r--r--net/lftp/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile
index 71441465dd0..da061c9edc7 100644
--- a/net/lftp/Makefile
+++ b/net/lftp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2005/12/05 20:50:47 rillig Exp $
+# $NetBSD: Makefile,v 1.61 2005/12/05 23:55:14 rillig Exp $
DISTNAME= lftp-3.3.5
CATEGORIES= net
@@ -26,7 +26,7 @@ SHLIBTOOL_OVERRIDE= libtool
PLIST_SRC+= ${PKGDIR}/PLIST
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-modules
CONFIGURE_ENV+= F77=${FALSE:Q}
diff --git a/net/lftp/options.mk b/net/lftp/options.mk
index 1dfb270806f..77707e1cabc 100644
--- a/net/lftp/options.mk
+++ b/net/lftp/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2005/12/04 22:12:07 salo Exp $
+# $NetBSD: options.mk,v 1.7 2005/12/05 23:55:14 rillig Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.lftp
@@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --without-openssl
. include "../../security/gnutls/buildlink3.mk"
.elif !empty(PKG_OPTIONS:Mssl)
CONFIGURE_ARGS+= --without-gnutls
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
+CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
. include "../../security/openssl/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-gnutls