summaryrefslogtreecommitdiff
path: root/mail/exim-old/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1996-10-31 19:26:07 +0000
committerMark Murray <markm@FreeBSD.org>1996-10-31 19:26:07 +0000
commita588bce35401835980bf8f2557261c928226f51d (patch)
treed13c0a45f8ef21afded4ca252c65df3afc762ccf /mail/exim-old/Makefile
parentfinally remember to include dgd* here. (diff)
Ugrade to version 0.57
Diffstat (limited to '')
-rw-r--r--mail/exim-old/Makefile19
1 files changed, 5 insertions, 14 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile
index dd9892c7c6fb..e925efcdb748 100644
--- a/mail/exim-old/Makefile
+++ b/mail/exim-old/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>