From 9859cdde3e88fb198a84ccad30e558619a45e88e Mon Sep 17 00:00:00 2001 From: markm Date: Mon, 8 Sep 1997 11:19:08 +0000 Subject: Upgrade to 1.70. (Lotsa bug fixes, improved macros, improved filtering) --- mail/exim-old/Makefile | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'mail/exim-old/Makefile') diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index b844be9dd884..6957671c7d91 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -1,24 +1,27 @@ # New ports collection makefile for: exim -# Version required: 1.60 +# Version required: 1.61 # Date created: 23 June 1996 # Whom: markm # -# $Id: Makefile,v 1.7 1996/12/01 07:12:08 markm Exp $ +# $Id: Makefile,v 1.8 1997/02/26 13:45:02 markm Exp $ # -DISTNAME= exim-1.60 +DISTNAME= exim-1.70 CATEGORIES= mail MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ -DISTFILES= exim-1.60.tar.gz exim-texinfo-1.60.tar.gz +DISTFILES= exim-1.70.tar.gz exim-texinfo-1.70.tar.gz + +PATCH_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ +PATCHFILES= exim-1.70.patches MAINTAINER= markm@FreeBSD.ORG do-configure: - ${MKDIR} ${WRKSRC}/Local - ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Local - ${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local - (cd ${WRKSRC}/doc ; \ - for i in ../../exim-texinfo-1.60/doc/* ; do \ + @${MKDIR} ${WRKSRC}/Local + @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Local + @${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local + @(cd ${WRKSRC}/doc ; \ + for i in ../../exim-texinfo-1.70/doc/* ; do \ ln -sf $$i ; \ done ) -- cgit