diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-01 09:33:58 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-01 09:33:58 +0000 |
commit | a8743e10d6d9ac79e0fa3ae312832c4fefb38107 (patch) | |
tree | 6518c562ac8fa59c00361e408475d560647c24c3 /security/ssh2 | |
parent | ceac675354f0234e41a81edab83a82c4302ad7f1 (diff) | |
download | ports-a8743e10d6d9ac79e0fa3ae312832c4fefb38107.tar.gz ports-a8743e10d6d9ac79e0fa3ae312832c4fefb38107.zip |
Notes
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index b6f5caf2e643..9cbda58f77fe 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,14 +3,14 @@ # Date created: 5 Oct 1998 # Whom: Issei Suzuki <issei@jp.FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.73 1998/11/23 05:15:16 kuriyama Exp $ # # Maximal ssh2 package requires YES values for # USE_SSH1, USE_TCPWRAP DISTNAME= ssh-2.0.9 CATEGORIES= security net -MASTER_SITES= ftp://tp.cs.hut.fi/pub/ssh/ \ +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/ |