diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-07-07 18:20:29 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-07-07 18:20:29 +0000 |
commit | b009ce35a373479cb65d9286cbf464e7697b3323 (patch) | |
tree | 6c374cccae1c9887318c0f91b5042c8242fd5d48 /security/rsaref | |
parent | 35714ddce4ca2c697178406dfe2a3d2dd7cda500 (diff) |
Notes
Diffstat (limited to 'security/rsaref')
-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 165b26c0680f..937459ebe496 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 |