summaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-02-04 19:33:25 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-02-04 19:33:25 +0000
commitf72f765aaed09eddee5a8ea688a1980b860ae742 (patch)
tree60d9c804c5c51cfa824ce82f6f59f1eb4064cb5a /mail/heirloom-mailx
parentFix quoting of function identifiers in postgresql_privs (issue 703 (diff)
Fix path to sendmail binary that was accidentally removed
during a previous update PR: 196082 Submitted by: Jamie Landeg-Jones <jamie@dyslexicfish.net> (maintainer)
Notes
Notes: svn path=/head/; revision=378412
Diffstat (limited to 'mail/heirloom-mailx')
-rw-r--r--mail/heirloom-mailx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile
index eefaf05012fb..24f80b82c58f 100644
--- a/mail/heirloom-mailx/Makefile
+++ b/mail/heirloom-mailx/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mailx
PORTVERSION= 12.4
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= mail ipv6
MASTER_SITES= SF/heirloom/heirloom-${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= heirloom-
@@ -21,6 +21,7 @@ USES= iconv tar:bzip2
USE_OPENSSL= yes
MAKE_ARGS= PREFIX="${PREFIX}" \
SYSCONFDIR="${PREFIX}/etc" \
+ SENDMAIL="/usr/sbin/sendmail" \
CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"