diff options
author | markm <markm@FreeBSD.org> | 1997-09-08 19:19:08 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1997-09-08 19:19:08 +0800 |
commit | 9859cdde3e88fb198a84ccad30e558619a45e88e (patch) | |
tree | 2882fa7d4aaf6784786b926d1e4309fed4515695 /mail/exim-old/Makefile | |
parent | 3cc3ea52cc034802b7cd5d50771bb39c6759ebc3 (diff) | |
download | freebsd-ports-gnome-9859cdde3e88fb198a84ccad30e558619a45e88e.tar.gz freebsd-ports-gnome-9859cdde3e88fb198a84ccad30e558619a45e88e.tar.zst freebsd-ports-gnome-9859cdde3e88fb198a84ccad30e558619a45e88e.zip |
Upgrade to 1.70. (Lotsa bug fixes, improved macros, improved filtering)
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 ) |