diff options
-rw-r--r-- | security/openssh/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 9aa3d766f93..6d42e2f8d0a 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,11 +1,14 @@ -# $NetBSD: Makefile,v 1.95 2003/04/10 12:34:15 wiz Exp $ +# $NetBSD: Makefile,v 1.96 2003/04/10 20:20:55 grant Exp $ DISTNAME= openssh-3.6.1p1 PKGNAME= openssh-3.6.1.1 SVR4_PKGNAME= ossh CATEGORIES= security -MASTER_SITES= ftp://gd.tuwien.ac.at/opsys/OpenBSD/OpenSSH/portable/ \ +MASTER_SITES= ftp://ftp7.usa.openbsd.org/pub/os/OpenBSD/OpenSSH/portable/ \ + ftp://ftp.stealth.net/pub/mirrors/ftp.openssh.com/pub/OpenBSD/OpenSSH/portable \ + http://public.planetmirror.com.au/pub/OpenBSD/OpenSSH/portable/ \ ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \ + ftp://gd.tuwien.ac.at/opsys/OpenBSD/OpenSSH/portable/ \ ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/old/ # Don't delete the last entry -- it's there if the pkgsrc version is not # up-to-date and the mirrors already removed the old distfile. |