aboutsummaryrefslogtreecommitdiff
path: root/mail/exim-old/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r--mail/exim-old/Makefile21
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 )