summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoritojun <itojun>2002-06-25 04:24:38 +0000
committeritojun <itojun>2002-06-25 04:24:38 +0000
commitc6a7c569d250e46331de9faefce32a1d2448f23b (patch)
treed1f9d46e294990698532c1c26693ddda1a68e597 /security
parentcabf52a7c2f884ee64f83c540a9ead4a35be38ff (diff)
downloadpkgsrc-c6a7c569d250e46331de9faefce32a1d2448f23b.tar.gz
use ${PKG_SYSCONFDIR}/ssh (who uses CONF_FILES?)
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 556068a9f84..10269a58090 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2002/06/25 04:21:39 itojun Exp $
+# $NetBSD: Makefile,v 1.75 2002/06/25 04:24:38 itojun Exp $
DISTNAME= openssh-3.3p1
PKGNAME= openssh-3.3.0.1
@@ -96,11 +96,11 @@ PLIST_SRC+= ${.CURDIR}/PLIST.prng
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
CONF_FILES= # empty
.for FILE in ${CONFS}
-CONF_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
+CONF_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/ssh/${FILE}
.endfor
SUPPORT_FILES= # empty
.for FILE in ${SUPPS}
-SUPPORT_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
+SUPPORT_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/ssh/${FILE}
.endfor
RCD_SCRIPTS= sshd