diff options
author | tron <tron> | 2001-07-20 09:58:29 +0000 |
---|---|---|
committer | tron <tron> | 2001-07-20 09:58:29 +0000 |
commit | 03104a90fb7225bc11f7691d6a7b0b3feea34e84 (patch) | |
tree | b7f791785607d8974df476efaff6b7c38d46d60c | |
parent | 8f0957af477c93fb30b55a3322323d875ad7782a (diff) | |
download | pkgsrc-03104a90fb7225bc11f7691d6a7b0b3feea34e84.tar.gz |
Use "ftp.fu-berlin.de" as first master site because it is about a thousand
time faster from Germany and the USA.
-rw-r--r-- | security/stunnel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 7c02606f32c..cbe1bb484ee 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2001/07/19 12:28:03 martin Exp $ +# $NetBSD: Makefile,v 1.19 2001/07/20 09:58:29 tron Exp $ # DISTNAME= stunnel-3.15 CATEGORIES= security -MASTER_SITES= ftp://stunnel.mirt.net/stunnel/ \ +MASTER_SITES= ftp://ftp.fu-berlin.de/pub/unix/security/stunnel/ \ + ftp://stunnel.mirt.net/stunnel/ \ http://www.stunnel.org/download/stunnel/src/ MAINTAINER= martin@NetBSD.ORG |