diff options
Diffstat (limited to 'security/openssh+gssapi')
-rw-r--r-- | security/openssh+gssapi/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/openssh+gssapi/Makefile b/security/openssh+gssapi/Makefile index 398abca3a94..b69863d6e34 100644 --- a/security/openssh+gssapi/Makefile +++ b/security/openssh+gssapi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/12/05 20:50:57 rillig Exp $ +# $NetBSD: Makefile,v 1.30 2005/12/05 23:55:18 rillig Exp $ # NOTE: This package is modeled on ../openssh, but does not share # files with it as that package may update faster than the gssapi @@ -54,12 +54,12 @@ PKG_SYSCONFSUBDIR= ssh USE_PKGINSTALL= yes USE_TOOLS+= autoconf perl GNU_CONFIGURE= yes -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} -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} CONFIGURE_ARGS+= --with-kerberos5=/usr CONFIGURE_ARGS+= --with-kerberos4=/usr |