diff options
author | billf <billf@FreeBSD.org> | 1999-07-07 18:20:29 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-07-07 18:20:29 +0000 |
commit | 6260347d0053b74104a7be26b762ca3375e40538 (patch) | |
tree | ba91d15c4758d3c0ec1d6e65ec2ea982b8cee9cd /security | |
parent | 07d76b50c27aa8f90b04458c063c6f4d0ba1ba31 (diff) | |
download | FreeBSD-ports-6260347d0053b74104a7be26b762ca3375e40538.zip FreeBSD-ports-6260347d0053b74104a7be26b762ca3375e40538.tar.gz |
Add some MASTER_SITEs so we can download from a site that doesn't limit
logins to 50 users.
Diffstat (limited to 'security')
-rw-r--r-- | security/rsaref/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 165b26c..937459e 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -4,13 +4,16 @@ # Date created: 2 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.5 1998/09/16 14:08:47 smace Exp $ +# $Id: Makefile,v 1.6 1998/12/18 17:58:23 sada Exp $ # DISTNAME= rsaref20.1996 PKGNAME= rsaref-2.0 CATEGORIES= security -MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/crypto/LIBS/rsa/ +MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/crypto/LIBS/rsa/ \ + ftp://ftp.ntua.gr/pub/crypt/mirrors/utopia.hacktic.nl/crypto/LIBS/math/ \ + ftp://ftp.tuwien.ac.at/opsys/linux/replay.com/crypto/LIBS/math/ \ + ftp://ftp.nstu.ru/pub/sources/security/crypt/ EXTRACT_SUFX= .tar.Z MAINTAINER= ache@FreeBSD.ORG |