diff options
author | zafer <zafer@pkgsrc.org> | 2010-01-15 20:48:08 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2010-01-15 20:48:08 +0000 |
commit | 43733110d7b0c3bd4ac5bf3d95899d5f07310106 (patch) | |
tree | 3222f4700f8ad42d681c6459c512cf715d73d895 /mail/exim | |
parent | f8b236d9f7b36a6b3fd50da4dfadd7deb24d857f (diff) | |
download | pkgsrc-43733110d7b0c3bd4ac5bf3d95899d5f07310106.tar.gz |
use official mirrors, remove broken ones.
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index ec607b3d7f5..ba999c19f13 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.98 2009/12/30 13:24:50 abs Exp $ +# $NetBSD: Makefile,v 1.99 2010/01/15 20:48:08 zafer Exp $ DISTNAME= exim-4.71 PKGREVISION= 1 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ - ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ - ftp://ftp.esat.net/pub/networking/mail/mta/exim/exim4/ + http://dl.ambiweb.de/mirrors/ftp.exim.org/exim/exim4/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= abs@NetBSD.org |