diff options
author | grant <grant@pkgsrc.org> | 2003-04-22 09:48:44 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-22 09:48:44 +0000 |
commit | bed88d5529f3ef746c9632cb22051c8385d1d366 (patch) | |
tree | 3b1b5f7ada3803d7fe8e25e96aba5190ea813d36 /security | |
parent | eabdb75ca7ffc46e3f35f6593f04a9d95ca97f72 (diff) | |
download | pkgsrc-bed88d5529f3ef746c9632cb22051c8385d1d366.tar.gz |
add missing trailing / on a master site.
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 6d42e2f8d0a..bef44445550 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.96 2003/04/10 20:20:55 grant Exp $ +# $NetBSD: Makefile,v 1.97 2003/04/22 09:48:44 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/ \ |