diff options
author | obrien <obrien@FreeBSD.org> | 1998-10-26 05:52:02 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-10-26 05:52:02 +0000 |
commit | b7100e1e1fc97420d630a2a0e82138da9a7cb1fe (patch) | |
tree | 1d984d024de9c6abed3c3a4c56681d72adaefce3 /security/openssl-beta | |
parent | 1dfeb6b76ecb87bed6cfd56f19ea05f67acfc3a3 (diff) | |
download | FreeBSD-ports-b7100e1e1fc97420d630a2a0e82138da9a7cb1fe.zip FreeBSD-ports-b7100e1e1fc97420d630a2a0e82138da9a7cb1fe.tar.gz |
Add more DISTSITES. The single one listed only allowed 10 simulanious anon
connections -- not enough for the demands of the Awesome FreeBSD Ports
Collection(tm).
Diffstat (limited to 'security/openssl-beta')
-rw-r--r-- | security/openssl-beta/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 46744d6..40e39c5 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -3,12 +3,16 @@ # Date created: 15 Aug 1997 # Whom: markm@freebsd.org # -# $Id: Makefile,v 1.20 1998/08/27 16:38:02 markm Exp $ +# $Id: Makefile,v 1.21 1998/09/25 10:20:20 asami Exp $ # DISTNAME= SSLeay-0.9.0b CATEGORIES= devel security -MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ +MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/SSL/ \ + ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.psy.uq.oz.au/pub/Crypto/SSL/ \ + ftp://ftp.internat.freebsd.org/pub/Crypto/SSL/ + MAINTAINER= markm@FreeBSD.ORG |