summaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-08-05 00:20:20 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-08-05 00:20:20 +0000
commit775ade6acb16632f6fa5fec24a21a03c5a5e0a5f (patch)
tree87f12e9c1cf16d897a4d54ef708458ee29baf0dd /mail/heirloom-mailx/Makefile
parentOpenSpades is a compatible client of Ace of Spades 0.75. (diff)
mail/heirloom-mailx: remove SENDMAIL option, wrapper is sufficient
PR: 190134 Approved by: jamie@dyslexicfish.net (maintainer)
Notes
Notes: svn path=/head/; revision=364070
Diffstat (limited to 'mail/heirloom-mailx/Makefile')
-rw-r--r--mail/heirloom-mailx/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile
index 1f57b6ebb66e..eefaf05012fb 100644
--- a/mail/heirloom-mailx/Makefile
+++ b/mail/heirloom-mailx/Makefile
@@ -1,9 +1,8 @@
-# Created by: Kris Kennaway <kris@FreeBSD.org>
# $FreeBSD$
PORTNAME= mailx
PORTVERSION= 12.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= mail ipv6
MASTER_SITES= SF/heirloom/heirloom-${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= heirloom-
@@ -11,8 +10,9 @@ PKGNAMEPREFIX= heirloom-
MAINTAINER= jamie@dyslexicfish.net
COMMENT= BSD mail utility with MIME, IMAP, POP3, SMTP, and S/MIME extensions
-OPTIONS_DEFINE= IPV6 DOCS SENDMAIL_PORT
-SENDMAIL_PORT_DESC= Use sendmail from ports instead of base
+LICENSE= BSD4CLAUSE
+
+OPTIONS_DEFINE= IPV6 DOCS
CONFLICTS= mailx-[0-9]*
@@ -35,13 +35,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ARGS+= IPv6="-DHAVE_IPv6_FUNCS"
.endif
-.if ${PORT_OPTIONS:MSENDMAIL_PORT}
-MAKE_ARGS+= SENDMAIL="${LOCALBASE}/sbin/sendmail"
-RUN_DEPENDS= ${LOCALBASE}/sbin/sendmail:${PORTSDIR}/mail/sendmail
-.else
-MAKE_ARGS+= SENDMAIL="/usr/sbin/sendmail"
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1