aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-04-02 10:28:59 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-04-02 10:28:59 +0000
commitefec8b8ef2d948f4c46fb62a7846dcf86d67649e (patch)
tree8412b28051785d844382a4eb24fe61c6734f903c /security
parent985047d96a05b4380231e6d0802111870af91599 (diff)
downloadports-efec8b8ef2d948f4c46fb62a7846dcf86d67649e.tar.gz
ports-efec8b8ef2d948f4c46fb62a7846dcf86d67649e.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile4
-rw-r--r--security/openssh/pkg-plist7
2 files changed, 4 insertions, 7 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 4654bce4f112..48f7fe45fd8b 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -19,6 +19,10 @@ MAINTAINER= ports@FreeBSD.org
USE_OPENSSL= YES
+MAN1= scp.1 slogin.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1
+MAN8= sshd.8
+MANCOMPRESSED= yes
+
.include <bsd.port.pre.mk>
CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto
diff --git a/security/openssh/pkg-plist b/security/openssh/pkg-plist
index bf5e5195866f..cf97946b5b9a 100644
--- a/security/openssh/pkg-plist
+++ b/security/openssh/pkg-plist
@@ -7,13 +7,6 @@ bin/ssh-keygen
etc/rc.d/sshd.sh
etc/ssh_config
etc/sshd_config
-man/man1/scp.1.gz
-man/man1/slogin.1.gz
-man/man1/ssh-add.1.gz
-man/man1/ssh-agent.1.gz
-man/man1/ssh-keygen.1.gz
-man/man1/ssh.1.gz
-man/man8/sshd.8.gz
sbin/sshd
@exec if [ ! -f %D/etc/ssh_host_key ]; then echo ">> Generating a secret RSA host key."; %D/bin/ssh-keygen -N "" -f %D/etc/ssh_host_key; fi
@exec if [ ! -f %D/etc/ssh_host_dsa_key ]; then echo ">> Generating a secret DSA host key."; %D/bin/ssh-keygen -d -N "" -f %D/etc/ssh_host_dsa_key; fi