diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-26 14:20:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-26 14:20:16 +0000 |
commit | 8aebee472ed9d61606a8ad74834a00853e003684 (patch) | |
tree | 5a7840f1df0e61c65db0bfa3aa919cc0549c7490 /mail/usendmail | |
parent | 5e14b70fdb41b2efcb4ed8cdbef751b86561e56a (diff) | |
download | ports-8aebee472ed9d61606a8ad74834a00853e003684.tar.gz ports-8aebee472ed9d61606a8ad74834a00853e003684.zip |
Notes
Diffstat (limited to 'mail/usendmail')
-rw-r--r-- | mail/usendmail/Makefile | 4 | ||||
-rw-r--r-- | mail/usendmail/files/pkg-message.in | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/usendmail/Makefile b/mail/usendmail/Makefile index 38a9f318033e..b6cc445cee10 100644 --- a/mail/usendmail/Makefile +++ b/mail/usendmail/Makefile @@ -30,8 +30,8 @@ post-patch: @${REINPLACE_CMD} -e 's,^CC=,CC\?=,' \ ${WRKSRC}/src/Makefile -do-build: - cd ${WRKSRC} && ./package/build +regression-test: build + cd ${WRKSRC} && ./package/check do-install: ${INSTALL_PROGRAM} ${WRKSRC}/command/usendmail ${PREFIX}/sbin/ diff --git a/mail/usendmail/files/pkg-message.in b/mail/usendmail/files/pkg-message.in index f6f1d3fc8366..6f402e18fc80 100644 --- a/mail/usendmail/files/pkg-message.in +++ b/mail/usendmail/files/pkg-message.in @@ -7,8 +7,8 @@ If you are using mailwrapper(8), do the following: in /etc/mail/mailer.conf replace the lines -sendmail %%QMAIL_DIR%%/bin/sendmail -send-mail %%QMAIL_DIR%%/bin/sendmail +sendmail %%QMAIL_PREFIX%%/bin/sendmail +send-mail %%QMAIL_PREFIX%%/bin/sendmail with @@ -16,5 +16,5 @@ sendmail %%PREFIX%%/sbin/usendmail send-mail %%PREFIX%%/sbin/usendmail Otherwise replace the link from /usr/sbin/sendmail to -%%QMAIL_DIR%%/bin/sendmail with one to %%PREFIX%%/sbin/usendmail. +%%QMAIL_PREFIX%%/bin/sendmail with one to %%PREFIX%%/sbin/usendmail. |