diff options
author | Mark Murray <markm@FreeBSD.org> | 1997-09-08 11:19:08 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1997-09-08 11:19:08 +0000 |
commit | 25365f174c188a62188e7827a63b7fbf9353e491 (patch) | |
tree | 2c724ecbe66a20c51b51eea27129e8e8c68f7e2f /mail/exim-old/Makefile | |
parent | Upgrade to 0.81. (diff) |
Upgrade to 1.70. (Lotsa bug fixes, improved macros, improved filtering)
Notes
Notes:
svn path=/head/; revision=7813
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r-- | mail/exim-old/Makefile | 21 |
1 files changed, 12 insertions, 9 deletions
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 ) |