diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-02-25 20:51:33 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-02-25 20:51:33 +0800 |
commit | 8f2b1e3b3ef308179bc162b675985482231b190b (patch) | |
tree | 5fb28af768a032019a42898423383f5a139a697f /mail/exim/Makefile | |
parent | 58b5051cf2ed57697960e88ed6ed893e47ba77c9 (diff) | |
download | freebsd-ports-graphics-8f2b1e3b3ef308179bc162b675985482231b190b.tar.gz freebsd-ports-graphics-8f2b1e3b3ef308179bc162b675985482231b190b.tar.zst freebsd-ports-graphics-8f2b1e3b3ef308179bc162b675985482231b190b.zip |
Cope with the fact that at least one 3rd-party package against which
Exim may be linked (MySQL) uses a startup script to add its library
path to the linker hints.
Explain the problem in POST-INSTALL-NOTES and provide a sample
startup script.
I think such packages should do away with the script and provide
POST-INSTALL-NOTES that encourage the operator to add the library
path to ldconfig_paths in /etc/rc.conf, but provide this work-around
anyway.
Reported by: Oliver Brandmueller <ob@e-Gitt.NET>
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 0867c3ed61e..cc9229cc25e 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -198,6 +198,7 @@ pre-install: @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: + ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh.sample ${PREFIX}/etc/rc.d .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/exim ${INSTALL_DATA} ${FILESDIR}/POST-INSTALL-NOTES ${PREFIX}/share/doc/exim |