mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
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.
This commit is contained in:
parent
ee0bd30627
commit
a2c2418b51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50767
@ -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}
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user