summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /security/ssh
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index cee948601bbe..16ea37b9c5de 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.33 1996/08/19 10:31:04 asami Exp $
+# $Id: Makefile,v 1.34 1996/10/16 04:55:58 ache Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -52,6 +52,11 @@ CONFIGURE_ARGS+= --with-secureid
CONFIGURE_ARGS+= --without-idea
.endif
+MAN1= scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 \
+ make-ssh-known-hosts.1
+MAN8= sshd.8
+
+
pre-patch:
@mv -f ${WRKSRC}/make-ssh-known-hosts.pl \
${WRKSRC}/make-ssh-known-hosts.pl.in
@@ -80,10 +85,6 @@ post-install:
${PREFIX}/bin/ssh-keygen -f ${PREFIX}/etc/ssh_host_key -N ""; \
fi
.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/scp.1 ${PREFIX}/man/man1/ssh-add.1 \
- ${PREFIX}/man/man1/ssh-agent.1 ${PREFIX}/man/man1/ssh-keygen.1 \
- ${PREFIX}/man/man1/ssh.1 ${PREFIX}/man/man8/sshd.8 \
- ${PREFIX}/man/man1/make-ssh-known-hosts.1
rm -f ${PREFIX}/man/man1/slogin.1
ln -sf ssh.1.gz ${PREFIX}/man/man1/slogin.1.gz
.endif