diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-05-21 20:39:29 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-05-21 20:39:29 +0800 |
commit | c2bc2b9b3d8ea117f5752ebfd5627be8892f413a (patch) | |
tree | cdcae7689f1fedeb38dea847244f9dbfcb2d0828 /mail/exim-doc-html/Makefile | |
parent | 172fa7e3ce5f3eb4d029f4bae4486bd215d23ada (diff) | |
download | freebsd-ports-gnome-c2bc2b9b3d8ea117f5752ebfd5627be8892f413a.tar.gz freebsd-ports-gnome-c2bc2b9b3d8ea117f5752ebfd5627be8892f413a.tar.zst freebsd-ports-gnome-c2bc2b9b3d8ea117f5752ebfd5627be8892f413a.zip |
Catch up with exim-4.20.
Diffstat (limited to 'mail/exim-doc-html/Makefile')
-rw-r--r-- | mail/exim-doc-html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exim-doc-html/Makefile b/mail/exim-doc-html/Makefile index 28be7284396c..11a94d8c1405 100644 --- a/mail/exim-doc-html/Makefile +++ b/mail/exim-doc-html/Makefile @@ -6,12 +6,13 @@ # PORTNAME= exim-doc-${DOCFORMAT} -PORTVERSION= 4.10 +PORTVERSION= 4.20 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ http://www.exim.org/ftp/exim4/ \ ftp://ftp.is.co.za/networking/mail/transport/exim/ DISTNAME= exim-${DOCFORMAT}-${PORTVERSION} +DIST_SUBDIR= exim MAINTAINER= sheldonh@FreeBSD.org COMMENT= Documentation for the Exim MTA in multiple formats |