aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim-old
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2003-07-07 19:32:28 +0800
committersheldonh <sheldonh@FreeBSD.org>2003-07-07 19:32:28 +0800
commitcab465ff52b532cf62eb62532e7fcd45ee5678e8 (patch)
tree48deef3f3582f17d799370d0745e3a5d36b73fc7 /mail/exim-old
parent25a74e6cf98e0b1b9e01f26ec8b4b260911ee0cb (diff)
downloadfreebsd-ports-gnome-cab465ff52b532cf62eb62532e7fcd45ee5678e8.tar.gz
freebsd-ports-gnome-cab465ff52b532cf62eb62532e7fcd45ee5678e8.tar.zst
freebsd-ports-gnome-cab465ff52b532cf62eb62532e7fcd45ee5678e8.zip
Move Exim mirror sites to MASTER_SITE_EXIM in Mk/bsd.sites.mk.
Add additional mirrors. PR: ports/53499 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'mail/exim-old')
-rw-r--r--mail/exim-old/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile
index 7cd3fd074e3e..aaebf4e7dcfa 100644
--- a/mail/exim-old/Makefile
+++ b/mail/exim-old/Makefile
@@ -9,10 +9,9 @@ PORTNAME= exim
PORTVERSION= 3.36
PORTREVISION= 1
CATEGORIES= mail
-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.36.tar.bz2 exim-texinfo-3.30.tar.bz2
+MASTER_SITES= ${MASTER_SITE_EXIM}
+MASTER_SITE_SUBDIR= exim3
+DISTFILES= exim-${EXIM_VERSION}${EXTRACT_SUFX} exim-texinfo-${EXIM_DOCVERSION}${EXTRACT_SUFX}
MAINTAINER= sheldonh@FreeBSD.org
COMMENT= High performance MTA for Unix systems on the Internet
@@ -20,6 +19,9 @@ COMMENT= High performance MTA for Unix systems on the Internet
USE_BZIP2= yes
USE_PERL5= yes
+EXIM_VERSION= 3.36
+EXIM_DOCVERSION= 3.30
+
.if defined(NOPORTDOCS)
PKGMESSAGE= ${FILESDIR}/POST-INSTALL-NOTES
.endif