diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-05-25 12:13:38 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-05-25 12:13:38 +0000 |
commit | ca0c6e0686fd140bc8b9ae96c81ce7b5c63f7dc7 (patch) | |
tree | 3d7df5f448170062997f596d6d7a668e11dbaa79 /mail/exim-old/Makefile | |
parent | 1e6141b4a0e6cd5ce9cc5c7ffdbb31986d9e90c6 (diff) |
Ugrade to v1.92.
Notes
Notes:
svn path=/head/; revision=11135
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r-- | mail/exim-old/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index fcc2a5a8191c..2fbc2fd5cc90 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -1,24 +1,26 @@ # New ports collection makefile for: exim -# Version required: 1.82 +# Version required: 1.92 # Date created: 23 June 1996 # Whom: markm # -# $Id: Makefile,v 1.11 1997/10/15 20:49:46 markm Exp $ +# $Id: Makefile,v 1.12 1998/02/09 14:32:28 markm Exp $ # -DISTNAME= exim-1.82 +DISTNAME= exim-1.92 CATEGORIES= mail MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ -DISTFILES= exim-1.82.tar.gz exim-texinfo-1.80.tar.gz +DISTFILES= exim-1.92.tar.gz exim-texinfo-1.90.tar.gz MAINTAINER= markm@FreeBSD.ORG +USE_PERL5= YES + 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.80/doc/* ; do \ + for i in ../../exim-texinfo-1.90/doc/* ; do \ ln -sf $$i ; \ done ) |