summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2002-06-25 04:21:39 +0000
committeritojun <itojun@pkgsrc.org>2002-06-25 04:21:39 +0000
commitdd7490aee8200dae6db371fa4cd7d471f2fa1e81 (patch)
tree6b8674e82123c220b14500f8c28f85cc8e236124
parent805cc6c2c7bcd521e714dec0696c1c8fad19a50a (diff)
downloadpkgsrc-dd7490aee8200dae6db371fa4cd7d471f2fa1e81.tar.gz
use ${PKG_SYSCONFDIR}/ssh, to be consistent with plain NetBSD distribution
-rw-r--r--security/openssh/Makefile4
1 files changed, 2 insertions, 2 deletions
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}