diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-10-31 19:26:07 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-10-31 19:26:07 +0000 |
commit | a588bce35401835980bf8f2557261c928226f51d (patch) | |
tree | d13c0a45f8ef21afded4ca252c65df3afc762ccf /mail/exim-old/Makefile | |
parent | finally remember to include dgd* here. (diff) |
Ugrade to version 0.57
Diffstat (limited to '')
-rw-r--r-- | mail/exim-old/Makefile | 19 |
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> |