summaryrefslogtreecommitdiff
path: root/mail/exim-old/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-08 23:28:03 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-08 23:28:03 +0000
commit2faf86bf357c578774544a2b4b2353690d69e08e (patch)
treecc362b7753a063b5fd48d259bfaacfb3ddbb9c2d /mail/exim-old/Makefile
parentUpdate to version 1.02. (diff)
Update to version 3.02.
PR: 12004 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=19335
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r--mail/exim-old/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile
index 8af6805bed41..c7835f7401d3 100644
--- a/mail/exim-old/Makefile
+++ b/mail/exim-old/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