diff options
author | wiz <wiz> | 2001-03-20 19:21:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-20 19:21:55 +0000 |
commit | 8ecb033e1d6559971365969126530937700992a2 (patch) | |
tree | 97c407c5bca0806dd454d7da7cd89a3b96a6a093 /security/ssh/Makefile | |
parent | fd2ad31420754859f2c2dc26a4883bda73bebbc0 (diff) | |
download | pkgsrc-8ecb033e1d6559971365969126530937700992a2.tar.gz |
Replace ftp.cs.hut.fi (which has been closed) by ftp.ssh.com.
Diffstat (limited to 'security/ssh/Makefile')
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 74a519086bf..4749bacd7bd 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2001/03/20 17:57:49 wiz Exp $ +# $NetBSD: Makefile,v 1.91 2001/03/20 19:21:55 wiz Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -9,7 +9,7 @@ DISTNAME= ssh-1.2.27 PKGNAME= ssh-1.2.27nb1 CATEGORIES= security net -MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ +MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/old/ \ ftp://ftp.funet.fi/pub/unix/security/login/ssh/ \ ftp://ftp.cert.dfn.de/pub/tools/net/ssh/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |