summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-19 09:04:02 +0000
committerjlam <jlam>2002-09-19 09:04:02 +0000
commitd1a32f9d3becd23c08ad93d8cddbfd1ba1ce672c (patch)
tree185ab29c04b06eec36c6497410047b36b8b6958d /security/openssh
parent504b932bf8ad52e5d5ac8e46b820da53731eca36 (diff)
downloadpkgsrc-d1a32f9d3becd23c08ad93d8cddbfd1ba1ce672c.tar.gz
Take advantage of the auto-generation and installation of rc.d scripts.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 150b6311494..bacd45d0440 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2002/09/18 21:15:17 jlam Exp $
+# $NetBSD: Makefile,v 1.91 2002/09/19 09:04:22 jlam Exp $
DISTNAME= openssh-3.4p1
PKGNAME= openssh-3.4.0.1
@@ -130,9 +130,6 @@ MESSAGE_SUBST+= OPENSSH_GROUP=${OPENSSH_GROUP}
. include "Makefile.intree"
.endif
-post-build:
- @${SED} ${FILES_SUBST_SED} ${FILESDIR}/sshd.sh > ${WRKDIR}/sshd
-
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
cd ${WRKSRC}; for file in ${CONFS} ${SUPPS}; do \
@@ -141,7 +138,6 @@ post-install:
#.if defined(USE_PAM)
# ${INSTALL_DATA} ${WRKSRC}/contrib/sshd.pam.freebsd ${EGDIR}/sshd.pam
#.endif
- ${INSTALL_SCRIPT} ${WRKDIR}/sshd ${PREFIX}/${RCD_SCRIPTS_EGDIR}/sshd
.include "../../devel/zlib/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"