diff options
author | grant <grant@pkgsrc.org> | 2003-04-22 09:50:01 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-22 09:50:01 +0000 |
commit | 4a5957fb05aef113965b283c5917a710606ad1c0 (patch) | |
tree | 0ad607941c624e575c2e75f0bfed0c2825f6ce34 /security | |
parent | 0d8fe0b7aa79da8871a7ad85e08393ceb79eba01 (diff) | |
download | pkgsrc-4a5957fb05aef113965b283c5917a710606ad1c0.tar.gz |
fix last
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index bef44445550..dafd5164882 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.97 2003/04/22 09:48:44 grant Exp $ +# $NetBSD: Makefile,v 1.98 2003/04/22 09:50:01 grant Exp $ DISTNAME= openssh-3.6.1p1 PKGNAME= openssh-3.6.1.1 SVR4_PKGNAME= ossh CATEGORIES= security 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\ \ + 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/ \ |