diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch) | |
tree | a2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/ssh2 | |
parent | 77b92885e289bade2ecd4de42585d794725a93e6 (diff) |
Notes
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index aed389b84676..c1aa002617f1 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: ssh2 -# Version required: 2.0.* # Date created: 5 Oct 1998 # Whom: Issei Suzuki <issei@jp.FreeBSD.org> # @@ -8,12 +7,13 @@ # Maximal ssh2 package requires YES values for # USE_SSH1, USE_TCPWRAP -DISTNAME= ssh-2.0.13 -PKGNAME= ssh2-2.0.13 +PORTNAME= ssh2 +PORTVERSION= 2.0.13 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ ftp://sunsite.unc.edu/pub/packages/security/ssh/ \ ftp://ftp.kyoto.wide.ad.jp/pub/security/ssh/ +DISTNAME= ssh-2.0.13 PATCHFILES= patch-${DISTNAME}-bsd.tty.chown PATCH_SITES= http://www.ssh.org/patches/ |