diff options
author | steve <steve@FreeBSD.org> | 1999-06-09 07:28:03 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-09 07:28:03 +0800 |
commit | 47a57359c11bfff403825b4b9d1c532be45f2b42 (patch) | |
tree | d1cd9235c0f433516283fcdc823800cf52a517db /mail/exim-devel/Makefile | |
parent | 036754bb0953f92fba479b29df4959af5c76a654 (diff) | |
download | freebsd-ports-gnome-47a57359c11bfff403825b4b9d1c532be45f2b42.tar.gz freebsd-ports-gnome-47a57359c11bfff403825b4b9d1c532be45f2b42.tar.zst freebsd-ports-gnome-47a57359c11bfff403825b4b9d1c532be45f2b42.zip |
Update to version 3.02.
PR: 12004
Submitted by: maintainer
Diffstat (limited to 'mail/exim-devel/Makefile')
-rw-r--r-- | mail/exim-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index 8af6805bed41..c7835f7401d3 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -3,18 +3,18 @@ # Date created: 23 June 1996 # Whom: markm@FreeBSD.ORG # -# $Id: Makefile,v 1.27 1999/02/10 16:09:48 markm Exp $ +# $Id: Makefile,v 1.28 1999/06/05 22:31:01 mharo Exp $ # -DISTNAME= exim-2.12 +DISTNAME= exim-3.02 CATEGORIES= mail 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.12.tar.gz exim-texinfo-2.10.tar.gz +DISTFILES= exim-3.02.tar.gz exim-texinfo-3.00.tar.gz -MAINTAINER= axl@iafrica.com +MAINTAINER= sheldonh@FreeBSD.ORG # If USE_XLIB is defined, the eximon monitor, which requires X, will be # built. @@ -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.10/doc/* ; do \ + for i in ../../exim-texinfo-3.00/doc/* ; do \ ln -sf $$i ; \ done |