summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /security/openssh
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile12
-rw-r--r--security/openssh/options.mk4
2 files changed, 8 insertions, 8 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 80e6274d617..dd683fc19b6 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.161 2005/12/05 20:50:57 rillig Exp $
+# $NetBSD: Makefile,v 1.162 2005/12/05 23:55:18 rillig Exp $
DISTNAME= openssh-4.2p1
PKGNAME= openssh-4.2.1
@@ -60,14 +60,14 @@ PKG_SYSCONFSUBDIR= ssh
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-mantype=man
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --with-pid-dir=${SSH_PID_DIR}
-CONFIGURE_ARGS+= --with-ssl-dir=${SSLBASE}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+= --with-pid-dir=${SSH_PID_DIR:Q}
+CONFIGURE_ARGS+= --with-ssl-dir=${SSLBASE:Q}
CONFIGURE_ARGS+= --with-tcp-wrappers=${BUILDLINK_PREFIX.tcp_wrappers}
.if ${OPSYS} != "Interix"
-CONFIGURE_ARGS+= --with-privsep-path=${OPENSSH_CHROOT}
-CONFIGURE_ARGS+= --with-privsep-user=${OPENSSH_USER}
+CONFIGURE_ARGS+= --with-privsep-path=${OPENSSH_CHROOT:Q}
+CONFIGURE_ARGS+= --with-privsep-user=${OPENSSH_USER:Q}
.endif
# pkgsrc already enforces a "secure" version of zlib via dependencies,
diff --git a/security/openssh/options.mk b/security/openssh/options.mk
index 5bac94e7942..408105a4aa1 100644
--- a/security/openssh/options.mk
+++ b/security/openssh/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2005/09/21 18:07:09 reed Exp $
+# $NetBSD: options.mk,v 1.7 2005/12/05 23:55:18 rillig Exp $
.include "../../mk/bsd.prefs.mk"
@@ -13,7 +13,7 @@ PKG_SUPPORTED_OPTIONS+= pam
.if !empty(PKG_OPTIONS:Mkerberos)
. include "../../mk/krb5.buildlink3.mk"
-CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE}
+CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE:Q}
.endif
.if !empty(PKG_OPTIONS:Mhpn-patch)