diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-02-09 14:32:42 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-02-09 14:32:42 +0000 |
commit | 3c2284d07073f7599ca2f6528dfe317d9221d5db (patch) | |
tree | 196d9911050de9eb74b2e592b69175c382ea7bce /mail/exim-old/Makefile | |
parent | Cleanup preivous commit. We now use a gzipped shar file and checksum. (diff) |
Upgrade to 1.82 - (Many bug fixes, improved spam filtering, RBL)
Diffstat (limited to '')
-rw-r--r-- | mail/exim-old/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index f4fa0c240aa2..fcc2a5a8191c 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: exim -# Version required: 1.73 +# Version required: 1.82 # Date created: 23 June 1996 # Whom: markm # -# $Id: Makefile,v 1.10 1997/09/09 15:29:27 markm Exp $ +# $Id: Makefile,v 1.11 1997/10/15 20:49:46 markm Exp $ # -DISTNAME= exim-1.73 +DISTNAME= exim-1.82 CATEGORIES= mail MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ -DISTFILES= exim-1.73.tar.gz exim-texinfo-1.71.tar.gz +DISTFILES= exim-1.82.tar.gz exim-texinfo-1.80.tar.gz MAINTAINER= markm@FreeBSD.ORG @@ -18,7 +18,7 @@ do-configure: @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Local @${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local @(cd ${WRKSRC}/doc ; \ - for i in ../../exim-texinfo-1.71/doc/* ; do \ + for i in ../../exim-texinfo-1.80/doc/* ; do \ ln -sf $$i ; \ done ) |