summaryrefslogtreecommitdiff
path: root/mail/ssmtp
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-03-06 16:35:32 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-03-06 16:35:32 +0000
commit17ee320da90172ea5cef93ff57a77ea58e7ab606 (patch)
treea079c22b509222e457c380bc29f6303d87b3ccfb /mail/ssmtp
parent- Add USES=libtool to fix linker problem on FreeBSD/i386 8.x and (diff)
Show correct installation prefix in pkg-message
PR: ports/187246 Submitted by: Zane C.B-H. <vvelox@vvelox.net> Approved by: maintainer
Diffstat (limited to 'mail/ssmtp')
-rw-r--r--mail/ssmtp/files/pkg-message.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/ssmtp/files/pkg-message.in b/mail/ssmtp/files/pkg-message.in
index 78b3a3e5610a..367a919bc807 100644
--- a/mail/ssmtp/files/pkg-message.in
+++ b/mail/ssmtp/files/pkg-message.in
@@ -3,10 +3,10 @@ sSMTP has been installed successfully.
To replace sendmail with ssmtp type "make replace" or change
your /etc/mail/mailer.conf to:
-sendmail /usr/local/sbin/ssmtp
-send-mail /usr/local/sbin/ssmtp
-mailq /usr/local/sbin/ssmtp
-newaliases /usr/local/sbin/ssmtp
+sendmail %%PREFIX%%/sbin/ssmtp
+send-mail %%PREFIX%%/sbin/ssmtp
+mailq %%PREFIX%%/sbin/ssmtp
+newaliases %%PREFIX%%/sbin/ssmtp
hoststat /usr/bin/true
purgestat /usr/bin/true