diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-09-10 13:49:09 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-09-10 13:49:09 +0000 |
commit | b353242d0289268e04964b597e20d2e97a6803b3 (patch) | |
tree | 80ed323b30e02e9cececc9e1aaf00343909cdea0 /mail/exim/pkg-message | |
parent | a26112da03b9e5cfa18bd9dcd8ff1c9ac3490bc3 (diff) | |
download | FreeBSD-ports-b353242d0289268e04964b597e20d2e97a6803b3.zip FreeBSD-ports-b353242d0289268e04964b597e20d2e97a6803b3.tar.gz |
Bring the Exim port closer to use as an install-time sendmail
replacement for FreeBSD:
* Use an rc.subr start/stop script.
* Include contributed periodic scripts.
* Replace $PREFIX with the build-time value of PREFIX.
* Generate a default configure file if it doesn't exist at install-time.
* Remove the default configure file if it hasn't been modified at
deinstall-time.
* Install additional documentation.
* Move creation and removal of /var/log/exim to pkg-plist.
Bump PORTREVISION accordingly.
This paves the way for ports/56458, which teaches sysinstall about Exim.
Bug trhodes about that PR. :-)
PR: ports/56450
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'mail/exim/pkg-message')
-rw-r--r-- | mail/exim/pkg-message | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/pkg-message b/mail/exim/pkg-message index 8385971..93c1aba 100644 --- a/mail/exim/pkg-message +++ b/mail/exim/pkg-message @@ -2,6 +2,6 @@ IMPORTANT NOTE: =============== -Please read ${PREFIX}/share/doc/exim/POST-INSTALL-NOTES for important +Please read %%DOCSDIR%%/POST-INSTALL-NOTES for important information regarding your Exim installation. |