From dd7490aee8200dae6db371fa4cd7d471f2fa1e81 Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 25 Jun 2002 04:21:39 +0000 Subject: use ${PKG_SYSCONFDIR}/ssh, to be consistent with plain NetBSD distribution --- security/openssh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/openssh/Makefile b/security/openssh/Makefile index e435009365d..556068a9f84 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2002/06/25 02:13:11 itojun Exp $ +# $NetBSD: Makefile,v 1.74 2002/06/25 04:21:39 itojun Exp $ DISTNAME= openssh-3.3p1 PKGNAME= openssh-3.3.0.1 @@ -43,7 +43,7 @@ SSH_PID_DIR= ${SSH_PID_DIR.${OPSYS}} USE_BUILDLINK_ONLY= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}/ssh CONFIGURE_ARGS+= --with-pid-dir=${SSH_PID_DIR} CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_DIR} CONFIGURE_ARGS+= --with-tcp-wrappers=${BUILDLINK_DIR} -- cgit v1.2.3