diff options
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r-- | mail/exim-old/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 6ed86d410098..817cd230ab10 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: exim -# Version required: 2.054 +# Version required: 2.10 # Date created: 23 June 1996 # Whom: markm@FreeBSD.ORG # -# $Id: Makefile,v 1.23 1998/11/29 12:21:58 asami Exp $ +# $Id: Makefile,v 1.24 1998/12/08 15:23:42 markm Exp $ # -DISTNAME= exim-2.054 +DISTNAME= exim-2.10 CATEGORIES= mail -MASTER_SITES= ftp://ftp.quite.net/pub/exim/Testing/ \ - ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/Testing/ \ - http://www.exim.org/ftp/Testing/ \ - ftp://ftp.is.co.za/networking/mail/transport/exim/Testing/ -DISTFILES= exim-testing-2.054.tar.gz exim-texinfo-2.00.tar.gz +MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \ + ftp://ftp.quite.net/pub/exim/ \ + http://www.exim.org/ftp/ \ + ftp://ftp.is.co.za/networking/mail/transport/exim/ +DISTFILES= exim-2.10.tar.gz exim-texinfo-2.10.tar.gz MAINTAINER= axl@iafrica.com @@ -39,7 +39,7 @@ do-configure: ${SED} -e "s#XX_BINOWN_XX#${BINOWN}#" \ < ${FILESDIR}/configure.default > ${WRKSRC}/src/configure.default cd ${WRKSRC}/doc && \ - for i in ../../exim-texinfo-2.00/doc/* ; do \ + for i in ../../exim-texinfo-2.10/doc/* ; do \ ln -sf $$i ; \ done |