summaryrefslogtreecommitdiff
path: root/security/ssh2
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 /security/ssh2
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'security/ssh2')
-rw-r--r--security/ssh2/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh2/Makefile.common b/security/ssh2/Makefile.common
index ce4f4bc6328..78e826d5fba 100644
--- a/security/ssh2/Makefile.common
+++ b/security/ssh2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2005/12/05 20:50:58 rillig Exp $
+# $NetBSD: Makefile.common,v 1.16 2005/12/05 23:55:18 rillig Exp $
#
DISTNAME= ssh-3.2.9.1
@@ -55,13 +55,13 @@ CONFIGURE_ARGS+= --without-daemonpam --without-clientpam
CONFIGURE_ARGS+= --without-ssh-agent1-compat
CONFIGURE_ARGS+= --without-ssh1-compat
CONFIGURE_ARGS+= --with-libwrap=${BUILDLINK_PREFIX.tcp-wrappers}
-CONFIGURE_ARGS+= --with-pid-dir=${SSH_PID_DIR}
+CONFIGURE_ARGS+= --with-pid-dir=${SSH_PID_DIR:Q}
# Setting FOREIGN_ETCDIR to PKG_SYSCONFBASEDIR may seem stupid
# if PKG_SYSCONFDIR.${PKG_SYSCONFVAR} is set but it does no harm...
#
-CONFIGURE_ARGS+= --with-foreign-etcdir=${PKG_SYSCONFBASEDIR}
-CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --with-foreign-etcdir=${PKG_SYSCONFBASEDIR:Q}
+CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q}
MAKE_ENV+= PKGBASE=${PKGBASE:Q}
MAKE_ENV+= RM=${RM:Q}