diff options
author | ad <ad> | 1999-09-22 08:52:05 +0000 |
---|---|---|
committer | ad <ad> | 1999-09-22 08:52:05 +0000 |
commit | 3ce5da347ab98fa648ea4228603e6f4882172dbe (patch) | |
tree | 196339ccc327321dd2d55716e346a515434900d0 /mail/exim/Makefile | |
parent | 54d2192dfd11332c15bf24d16a56593b8bb0f072 (diff) | |
download | pkgsrc-3ce5da347ab98fa648ea4228603e6f4882172dbe.tar.gz |
Pull down and install the HTML documentation in share/doc/exim.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index f5642ccd080..7ebdc0f8418 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 1999/09/22 08:29:39 ad Exp $ +# $NetBSD: Makefile,v 1.5 1999/09/22 08:52:05 ad Exp $ DISTNAME= exim-3.03 +DISTFILES= exim-3.03.tar.gz exim-html-3.00.tar.gz CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/ \ ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \ @@ -44,6 +45,8 @@ post-install: < ${FILESDIR}/mailer.conf.exim \ > ${PREFIX}/etc/mailer.conf.exim ${MKDIR} ${PREFIX}/man/man8 - cp ${FILESDIR}/exim.8 ${PREFIX}/man/man8/exim.8 + ${CP} ${FILESDIR}/exim.8 ${PREFIX}/man/man8/exim.8 + ${MKDIR} ${PREFIX}/share/doc/exim + ${CP} -R ${WRKDIR}/exim-html-3.00/doc/html/* ${PREFIX}/share/doc/exim .include "../../mk/bsd.pkg.mk" |