diff options
author | ad <ad> | 2000-11-28 19:24:42 +0000 |
---|---|---|
committer | ad <ad> | 2000-11-28 19:24:42 +0000 |
commit | 494e11d86332ad788b3a91b39e5d38416c1cb4bc (patch) | |
tree | c9677e750f81796a58c2946144a37323fabb876c /mail/exim/Makefile | |
parent | 886dd2ea4288dfd244fc566e8a67027b056089e3 (diff) | |
download | pkgsrc-494e11d86332ad788b3a91b39e5d38416c1cb4bc.tar.gz |
Update exim and corresponding docs to version 3.20. Too many changes to note
here; changelogs can be found at http://www.exim.org/.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index ecb42ea296b..3fe5bf97a89 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2000/08/07 02:26:08 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2000/11/28 19:24:42 ad Exp $ -DISTNAME= exim-3.16 +DISTNAME= exim-3.20 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/ \ ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \ ftp://ftp.esat.net/pub/networking/mail/mta/exim/ -DISTFILES= exim-3.16.tar.gz exim-html-3.10.tar.gz +DISTFILES= exim-3.20.tar.gz exim-html-3.20.tar.gz MAINTAINER= ad@netbsd.org HOMEPAGE= http://www.exim.org/ @@ -49,6 +49,7 @@ post-install: ${MKDIR} ${PREFIX}/man/man8 ${CP} ${FILESDIR}/exim.8 ${PREFIX}/man/man8/exim.8 ${MKDIR} ${PREFIX}/share/doc/exim - ${CP} -R ${WRKDIR}/exim-html-3.10/doc/html/* ${PREFIX}/share/doc/exim + ${RM} ${WRKDIR}/exim-html-3.20/doc/html/spec + ${CP} -R ${WRKDIR}/exim-html-3.20/doc/html/* ${PREFIX}/share/doc/exim .include "../../mk/bsd.pkg.mk" |