summaryrefslogtreecommitdiff
path: root/security/ssh2
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-19 09:04:02 +0000
committerjlam <jlam@pkgsrc.org>2002-09-19 09:04:02 +0000
commit5c053dd06ad27d113b1bf46e8eecd3cf6f7ed7c6 (patch)
tree185ab29c04b06eec36c6497410047b36b8b6958d /security/ssh2
parent26ffd9ecf001eea6ac61f806c06dfb733a4c6634 (diff)
downloadpkgsrc-5c053dd06ad27d113b1bf46e8eecd3cf6f7ed7c6.tar.gz
Take advantage of the auto-generation and installation of rc.d scripts.
Diffstat (limited to 'security/ssh2')
-rw-r--r--security/ssh2/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 7bece464bf9..d2bc8ecd8a7 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/08/06 00:48:09 seb Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/19 09:04:26 jlam Exp $
#
DISTNAME= ssh-3.2.0
@@ -67,10 +67,6 @@ DOCS= CHANGES FAQ HOWTO.anonymous.sftp INSTALL LICENSE \
RFC.authorization_program_protocol \
RFC.kbdint_plugin_protocol
-post-build:
- @${SED} ${FILES_SUBST_SED} ${FILESDIR}/ssh2_secure_shell.sh \
- > ${WRKDIR}/ssh2_secure_shell
-
post-install:
${INSTALL_DATA_DIR} ${DOCSDIR}
.for FILE in ${DOCS}
@@ -79,7 +75,6 @@ post-install:
.for FILE in ${EGFILES}
${INSTALL_DATA} ${WRKSRC}/${FILE} ${EGDIR}
.endfor
- ${INSTALL_SCRIPT} ${WRKDIR}/ssh2_secure_shell ${PREFIX}/etc/rc.d/ssh2_secure_shell
.include "../../security/tcp_wrappers/buildlink.mk"
.include "../../mk/x11.buildlink.mk"