diff options
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r-- | mail/exim-old/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index d8119216f9fa..6ea207a83d49 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -6,12 +6,12 @@ # PORTNAME= exim -PORTVERSION= 3.16 +PORTVERSION= 3.20 CATEGORIES= mail MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \ http://www.exim.org/ftp/ \ ftp://ftp.is.co.za/networking/mail/transport/exim/ -DISTFILES= exim-3.16.tar.gz exim-texinfo-3.10.tar.gz +DISTFILES= exim-3.20.tar.gz exim-texinfo-3.20.tar.gz MAINTAINER= sheldonh@FreeBSD.org @@ -131,7 +131,7 @@ do-configure: > ${WRKSRC}/src/configure.default ${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local cd ${WRKSRC}/doc && \ - for i in ../../exim-texinfo-3.10/doc/* ; do \ + for i in ../../exim-texinfo-3.20/doc/* ; do \ ${LN} -sf $$i ; \ done |