diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-11-30 14:31:11 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-11-30 14:31:11 +0000 |
commit | a2c2418b51448cc0677cd897592770153de96fa3 (patch) | |
tree | e9e076afa9376b49811c47b7cead548fe38df4c7 /mail/exim-old/Makefile | |
parent | ee0bd30627fa4ecd82c9cb4edb7f00cc573de519 (diff) |
Notes
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r-- | mail/exim-old/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 96d4fa0b3179..0ff2b2c452b5 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/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} |