diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-11-13 18:12:07 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-11-13 18:12:07 +0000 |
commit | e43d73c1264852c32ec4ac9b61a070d226fe9b58 (patch) | |
tree | 47794f1c32a8213eae3fd5bd307223ff849305c1 /mail/exim-old/Makefile | |
parent | Changed the location of several files from /usr/local/lib/tex -> (diff) |
Upgrade to v1.58
Diffstat (limited to '')
-rw-r--r-- | mail/exim-old/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 3ad92cf3d5de..d7ad32ae3d24 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: exim -# Version required: 0.57 +# Version required: 1.58 # Date created: 23 June 1996 # Whom: markm # -# $Id: Makefile,v 1.3 1996/10/31 19:25:50 markm Exp $ +# $Id: Makefile,v 1.4 1996/11/10 21:31:17 obrien Exp $ # -DISTNAME= exim-0.57 +DISTNAME= exim-1.58 CATEGORIES= mail MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ -DISTFILES= exim-0.57.tar.gz exim-texinfo-0.57.tar.gz +DISTFILES= exim-1.58.tar.gz exim-texinfo-1.58.tar.gz MAINTAINER= markm@FreeBSD.ORG @@ -17,6 +17,6 @@ do-configure: mkdir ${WRKSRC}/Local cp ${FILESDIR}/Makefile ${WRKSRC}/Local cp ${FILESDIR}/eximon.conf ${WRKSRC}/Local - (cd ${WRKSRC}/doc ; ln -s ../../exim-texinfo-0.57/doc/* ) + (cd ${WRKSRC}/doc ; ln -s ../../exim-texinfo-1.58/doc/* ) .include <bsd.port.mk> |