diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-01 17:33:58 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-01 17:33:58 +0800 |
commit | ab619c96b7a06ca0829fda4491156731905d7063 (patch) | |
tree | dba6b200284f57811ea916d760a67d03b53c2233 /security | |
parent | 272050f798d4d8221e675cb5f3830353ea1bd4d0 (diff) | |
download | freebsd-ports-gnome-ab619c96b7a06ca0829fda4491156731905d7063.tar.gz freebsd-ports-gnome-ab619c96b7a06ca0829fda4491156731905d7063.tar.zst freebsd-ports-gnome-ab619c96b7a06ca0829fda4491156731905d7063.zip |
fix typo in a URL
Diffstat (limited to 'security')
-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/ |