summaryrefslogtreecommitdiffstats
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-10-31 19:26:07 +0000
committermarkm <markm@FreeBSD.org>1996-10-31 19:26:07 +0000
commit7c640c7470c6bc90b22173d7511a67fb995e425f (patch)
tree9d54c47c3c236fb7c10d1fe4057bbe6516f066ad /mail/exim/Makefile
parent6e5aa61476043772af074847d4eb5537cfb9bd4e (diff)
downloadFreeBSD-ports-7c640c7470c6bc90b22173d7511a67fb995e425f.zip
FreeBSD-ports-7c640c7470c6bc90b22173d7511a67fb995e425f.tar.gz
Ugrade to version 0.57
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile19
1 files changed, 5 insertions, 14 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index dd9892c..e925efc 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,31 +1,22 @@
# New ports collection makefile for: exim
-# Version required: 0.53
+# Version required: 0.57
# Date created: 23 June 1996
# Whom: markm
#
-# $Id: Makefile,v 1.1.1.1 1996/07/06 11:13:57 markm Exp $
+# $Id: Makefile,v 1.2 1996/07/09 21:24:41 asami Exp $
#
-DISTNAME= exim-0.53
+DISTNAME= exim-0.57
CATEGORIES+= mail
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/
-DISTFILES= exim-0.53.tar.gz exim-texinfo-0.52.gz
-EXTRACT_ONLY= exim-0.53.tar.gz
-
-PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= exim-0.53.patch
-PATCH_DIST_STRIP= -p2
+DISTFILES= exim-0.57.tar.gz exim-texinfo-0.57.tar.gz
MAINTAINER= markm@FreeBSD.ORG
-post-extract:
- @cp ${DISTDIR}/exim-texinfo-0.52.gz ${WRKSRC}/doc
- @gunzip ${WRKSRC}/doc/exim-texinfo-0.52
-
do-configure:
mkdir ${WRKSRC}/Local
cp ${FILESDIR}/Makefile ${WRKSRC}/Local
cp ${FILESDIR}/eximon.conf ${WRKSRC}/Local
- -(cd ${WRKSRC}; make)
+ (cd ${WRKSRC}/doc ; ln -s ../../exim-texinfo-0.57/doc/* )
.include <bsd.port.mk>
OpenPOWER on IntegriCloud