From a2c2418b51448cc0677cd897592770153de96fa3 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Fri, 30 Nov 2001 14:31:11 +0000 Subject: Stop people complaining about the absence of plain text versions of the documentation by installing them. Update the post-install notes to reflect the presence of the new exim-doc-* ports for alternative documentation formats. Bump PORTREVISION. --- mail/exim/Makefile | 5 ++++- mail/exim/files/POST-INSTALL-NOTES | 19 +++++++++++++++++-- mail/exim/pkg-plist | 3 +++ 3 files changed, 24 insertions(+), 3 deletions(-) (limited to 'mail/exim') diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 96d4fa0b3179..0ff2b2c452b5 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,7 +7,7 @@ PORTNAME= exim PORTVERSION= 3.33 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \ http://www.exim.org/ftp/exim3/ \ @@ -194,6 +194,9 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/exim ${INSTALL_DATA} ${FILESDIR}/POST-INSTALL-NOTES ${PREFIX}/share/doc/exim + ${INSTALL_DATA} ${WRKSRC}/doc/filter.txt ${PREFIX}/share/doc/exim + ${INSTALL_DATA} ${WRKSRC}/doc/oview.txt ${PREFIX}/share/doc/exim + ${INSTALL_DATA} ${WRKSRC}/doc/spec.txt ${PREFIX}/share/doc/exim .endif @${CAT} ${PKGMESSAGE} diff --git a/mail/exim/files/POST-INSTALL-NOTES b/mail/exim/files/POST-INSTALL-NOTES index fda40dc3c7bf..0139dd29bd04 100644 --- a/mail/exim/files/POST-INSTALL-NOTES +++ b/mail/exim/files/POST-INSTALL-NOTES @@ -4,8 +4,23 @@ The following documentation has been installed: info Exim -> Exim Specification (User Guide) info 'Exim Filtering' -> Exim Filter Specification (for end-users) -Postscript, PDF, HTML and plain text versions of these documents, as well -as a comprehensive FAQ list, are available at http://www.exim.org/ . +In addition, plain text versions of these documents have been installed +as: + + ${PREFIX}/share/doc/exim/oview.txt + ${PREFIX}/share/doc/exim/filter.txt + ${PREFIX}/share/doc/exim/spec.txt + +Postscript, PDF and HTML versions of these documents are available in +the ports tree as: + + ports/mail/exim-doc-postscript + ports/mail/exim-doc-pdf + ports/mail/exim-doc-html + +In addition, a comprehensive FAQ list is available at: + + http://www.exim.org/ To run Exim instead of sendmail on startup: diff --git a/mail/exim/pkg-plist b/mail/exim/pkg-plist index 11c6842fa92f..996ab003b2a9 100644 --- a/mail/exim/pkg-plist +++ b/mail/exim/pkg-plist @@ -15,6 +15,9 @@ sbin/exigrep sbin/eximstats sbin/exiqsumm %%PORTDOCS%%share/doc/exim/POST-INSTALL-NOTES +%%PORTDOCS%%share/doc/exim/filter.txt +%%PORTDOCS%%share/doc/exim/oview.txt +%%PORTDOCS%%share/doc/exim/spec.txt @unexec install-info --delete %D/info/exim_overview.info %D/info/dir @unexec install-info --delete %D/info/exim.info %D/info/dir @unexec install-info --delete %D/info/exim_filter.info %D/info/dir -- cgit v1.2.3