diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-10-09 16:23:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-10-09 16:23:40 +0000 |
commit | d9934060119e6aa544dd7be337a8173165a2e541 (patch) | |
tree | 5b9b301c3fa98e8ad3abede6d0d4dbd935149900 /mail/sendmail/pkg-message | |
parent | 8c85414ce03843925edd5a01fa53b7b800bfae67 (diff) | |
download | ports-d9934060119e6aa544dd7be337a8173165a2e541.tar.gz ports-d9934060119e6aa544dd7be337a8173165a2e541.zip |
Notes
Diffstat (limited to 'mail/sendmail/pkg-message')
-rw-r--r-- | mail/sendmail/pkg-message | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/sendmail/pkg-message b/mail/sendmail/pkg-message index ae9ace6a6fb3..d7ee5410095c 100644 --- a/mail/sendmail/pkg-message +++ b/mail/sendmail/pkg-message @@ -2,7 +2,7 @@ If you update your configuration from 8.11.x you need to install an additional config file: /etc/mail/submit.cf, you can generate it by calling the target 'submit.cf', submit.mc will be installed too. -/usr/ports/mail/sendmail$ make submit.cf +%%PORTSDIR%%/mail/sendmail$ make submit.cf you should add in /etc/make.conf: SENDMAIL_CF_DIR= %%PREFIX%%/share/sendmail/cf @@ -22,12 +22,12 @@ To update your configuration look at %%PREFIX%%/share/sendmail/cf/README. --------------------------------------------------- To use the ports versions you may add to your sendmail.mc file: -define(`confEBINDIR', `/usr/local/libexec')dnl -define(`UUCP_MAILER_PATH', `/usr/local/bin/uux')dnl +define(`confEBINDIR', `%%PREFIX%%/libexec')dnl +define(`UUCP_MAILER_PATH', `%%LOCALBASE%%/bin/uux')dnl --------------------------------------------------- To activate sendmail as your default mailer, call the target 'mailer.conf': -/usr/ports/mail/sendmail$ make mailer.conf +$ cd %%PORTSDIR%%/mail/sendmail && make mailer.conf Your '/etc/mail/mailer.conf' should look like this: # |