summaryrefslogtreecommitdiff
path: root/mail/exim-html/Makefile
diff options
context:
space:
mode:
authorad <ad>2002-06-19 16:10:51 +0000
committerad <ad>2002-06-19 16:10:51 +0000
commitd79b1a2af2b5e76d5ed269c90a4df60ed8bfbc22 (patch)
treed5427e8236f195dbbbab4bc2c7fc90eb634fdefd /mail/exim-html/Makefile
parent146363e0bd962084ebcae6c2ed79cc4492f7d513 (diff)
downloadpkgsrc-d79b1a2af2b5e76d5ed269c90a4df60ed8bfbc22.tar.gz
Update exim-html to 4.0, to match exim.
Diffstat (limited to 'mail/exim-html/Makefile')
-rw-r--r--mail/exim-html/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/exim-html/Makefile b/mail/exim-html/Makefile
index 815ace7164f..7b3d4182de8 100644
--- a/mail/exim-html/Makefile
+++ b/mail/exim-html/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/07/11 13:21:07 ad Exp $
+# $NetBSD: Makefile,v 1.2 2002/06/19 16:10:51 ad Exp $
-DISTNAME= exim-html-3.20
+DISTNAME= exim-html-4.00
CATEGORIES= mail net
-MASTER_SITES= ftp://ftp.exim.org/pub/exim/ \
- ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \
- ftp://ftp.esat.net/pub/networking/mail/mta/exim/
+MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
+ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
+ ftp://ftp.esat.net/pub/networking/mail/mta/exim/exim4/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= ad@netbsd.org
HOMEPAGE= http://www.exim.org/
@@ -12,7 +13,6 @@ COMMENT= HTML documentation for the Exim mail transfer agent
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/exim
- ${RM} ${WRKDIR}/exim-html-3.20/doc/html/spec
- ${CP} -R ${WRKDIR}/exim-html-3.20/doc/html/* ${PREFIX}/share/doc/html/exim
+ ${CP} -R ${WRKDIR}/${DISTNAME}/doc/html/* ${PREFIX}/share/doc/html/exim
.include "../../mk/bsd.pkg.mk"