summaryrefslogtreecommitdiff
path: root/mail/exim-old
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2003-07-07 11:32:28 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2003-07-07 11:32:28 +0000
commit51aa188e22a5b7569cc4592b8b842a0f489f1a65 (patch)
tree1d199de257d0fd71d4bac16fde013dc1f9b6d198 /mail/exim-old
parento Update to 2003.07.07. (diff)
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>
Notes
Notes: svn path=/head/; revision=84387
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