diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-11-17 11:05:15 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-11-17 11:05:15 +0000 |
commit | 44c2c6a1079a70580c298378c7009256457b7dba (patch) | |
tree | c0dbb13851b9f47c42b0d47da0fa61567ab9c9d8 /mail/exim-old/Makefile | |
parent | Remove pythonqt. (diff) |
Unbreak.
Added some more reliable mirrors (well-spread across earth masses).
Diffstat (limited to '')
-rw-r--r-- | mail/exim-old/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index a176c41ff2a2..962bac925617 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -3,18 +3,19 @@ # Date created: 23 June 1996 # Whom: axl@iafrica.com # -# $Id: Makefile,v 1.19 1998/11/16 09:45:23 markm Exp $ +# $Id: Makefile,v 1.20 1998/11/17 04:12:10 asami Exp $ # DISTNAME= exim-2.053 CATEGORIES= mail -MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/Testing/ +MASTER_SITES= ftp://ftp.quite.net/pub/exim/Testing/ \ + http://www.exim.org/ftp/Testing/ \ + ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/Testing/ \ + ftp://ftp.is.co.za/networking/mail/transport/exim/Testing/ DISTFILES= exim-testing-2.053.tar.gz exim-texinfo-2.00.tar.gz MAINTAINER= axl@iafrica.com -BROKEN= fetch - USE_PERL5= YES do-configure: |