diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2011-12-23 12:24:23 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2011-12-23 12:24:23 +0000 |
commit | 746a25f1edf875507ce427cb9c6e4b126363c01a (patch) | |
tree | 8b8a9f68fec3129b9d57ebe3191c398474069cd3 /security | |
parent | 0d1966599559c875a277c157de6ba31e7249c01c (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh-portable/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 7ead437da655..9525624b8655 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -7,6 +7,7 @@ PORTNAME= openssh DISTVERSION= 5.8p2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_OPENBSD} @@ -25,6 +26,7 @@ MAN8= sftp-server.8 sshd.8 ssh-keysign.8 ssh-pkcs11-helper.8 CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* +USE_PERL5= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \ @@ -140,6 +142,7 @@ PATCH_SITES+= http://www.roumenpetrov.info/openssh/x509-7.0/ PATCHFILES+= ${PORTNAME}-5.8p1+x509-7.0.diff.gz PATCH_DIST_STRIP= -p1 PLIST_SUB+= X509="" +MAN5+= ssh_engine.5 .else PLIST_SUB+= X509="@comment " .endif |