diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-11-28 18:55:17 +0800 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-11-28 18:55:17 +0800 |
commit | 1be28deb98cc8135db4a9d58339209dc8595002d (patch) | |
tree | dc527e0e6d9842284f4174395b6a19eb43b9790d /mail/exim | |
parent | 5ab0fecba691633b5affcb2ebae2aa8873ab1f2b (diff) | |
download | freebsd-ports-gnome-1be28deb98cc8135db4a9d58339209dc8595002d.tar.gz freebsd-ports-gnome-1be28deb98cc8135db4a9d58339209dc8595002d.tar.zst freebsd-ports-gnome-1be28deb98cc8135db4a9d58339209dc8595002d.zip |
Catch up with the location of the distfile on the master site and
mirrors. The exim-3.x distribution has been moved into exim3
in preparation for the advent of exim-4.x.
Reported by: wjv
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 5e6d8d3739c5..96d4fa0b3179 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -9,9 +9,9 @@ PORTNAME= exim PORTVERSION= 3.33 PORTREVISION= 4 CATEGORIES= mail -MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \ - http://www.exim.org/ftp/ \ - ftp://ftp.is.co.za/networking/mail/transport/exim/ +MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \ + http://www.exim.org/ftp/exim3/ \ + ftp://ftp.is.co.za/networking/mail/transport/exim/exim3/ DISTFILES= exim-3.33.tar.bz2 exim-texinfo-3.30.tar.bz2 MAINTAINER= sheldonh@FreeBSD.org |