diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-11-30 22:31:11 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-11-30 22:31:11 +0800 |
commit | 4f4bf1a56d40843d6a44cd949621323395e7f115 (patch) | |
tree | 95508fe8fba0c8b52123e682a1c969961f222fd7 /mail/exim/Makefile | |
parent | 721e2155b04711a3e7f4eaf39102ecd4978c67b9 (diff) | |
download | freebsd-ports-gnome-4f4bf1a56d40843d6a44cd949621323395e7f115.tar.gz freebsd-ports-gnome-4f4bf1a56d40843d6a44cd949621323395e7f115.tar.zst freebsd-ports-gnome-4f4bf1a56d40843d6a44cd949621323395e7f115.zip |
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.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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} |