diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-12-07 18:38:59 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-12-07 18:38:59 +0000 |
commit | 47571fae0a5cbca38ae2de1951c661ad33588121 (patch) | |
tree | 00e357f9633c445c911a804c699e4d62c567446b /mail | |
parent | Fix a problem with auto{conf,make}: some build magic was introduced to (diff) |
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: fenner
Notes
Notes:
svn path=/head/; revision=51184
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-monitor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim-monitor/Makefile b/mail/exim-monitor/Makefile index 579fb4e39761..2195b0632d76 100644 --- a/mail/exim-monitor/Makefile +++ b/mail/exim-monitor/Makefile @@ -8,9 +8,9 @@ PORTNAME= exim-monitor PORTVERSION= 3.33 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/ DISTNAME= exim-${PORTVERSION} MAINTAINER= sheldonh@FreeBSD.org |