diff options
author | markm <markm@FreeBSD.org> | 1996-11-13 18:12:07 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-11-13 18:12:07 +0000 |
commit | 92535352702254ee28830e98e9261fc9aaa02e94 (patch) | |
tree | 30b0bdb705d5dd7b2a4f3ba558ee3ae2a0be0885 /mail/exim/Makefile | |
parent | e3ecae4fbd2746e12a5211a3bdcbe176625b465f (diff) | |
download | FreeBSD-ports-92535352702254ee28830e98e9261fc9aaa02e94.zip FreeBSD-ports-92535352702254ee28830e98e9261fc9aaa02e94.tar.gz |
Upgrade to v1.58
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 3ad92cf..d7ad32a 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: exim -# Version required: 0.57 +# Version required: 1.58 # Date created: 23 June 1996 # Whom: markm # -# $Id: Makefile,v 1.3 1996/10/31 19:25:50 markm Exp $ +# $Id: Makefile,v 1.4 1996/11/10 21:31:17 obrien Exp $ # -DISTNAME= exim-0.57 +DISTNAME= exim-1.58 CATEGORIES= mail MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ -DISTFILES= exim-0.57.tar.gz exim-texinfo-0.57.tar.gz +DISTFILES= exim-1.58.tar.gz exim-texinfo-1.58.tar.gz MAINTAINER= markm@FreeBSD.ORG @@ -17,6 +17,6 @@ do-configure: mkdir ${WRKSRC}/Local cp ${FILESDIR}/Makefile ${WRKSRC}/Local cp ${FILESDIR}/eximon.conf ${WRKSRC}/Local - (cd ${WRKSRC}/doc ; ln -s ../../exim-texinfo-0.57/doc/* ) + (cd ${WRKSRC}/doc ; ln -s ../../exim-texinfo-1.58/doc/* ) .include <bsd.port.mk> |