diff options
author | pi <pi@FreeBSD.org> | 2014-08-05 08:20:20 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-08-05 08:20:20 +0800 |
commit | 3dbfd3cf3d23ebe2dcc2dab02fa90c7b0a434ebb (patch) | |
tree | 87f12e9c1cf16d897a4d54ef708458ee29baf0dd /mail/heirloom-mailx | |
parent | ce9da2be1abfc4e72cbff1fb273c2c2703fcb294 (diff) | |
download | freebsd-ports-gnome-3dbfd3cf3d23ebe2dcc2dab02fa90c7b0a434ebb.tar.gz freebsd-ports-gnome-3dbfd3cf3d23ebe2dcc2dab02fa90c7b0a434ebb.tar.zst freebsd-ports-gnome-3dbfd3cf3d23ebe2dcc2dab02fa90c7b0a434ebb.zip |
mail/heirloom-mailx: remove SENDMAIL option, wrapper is sufficient
PR: 190134
Approved by: jamie@dyslexicfish.net (maintainer)
Diffstat (limited to 'mail/heirloom-mailx')
-rw-r--r-- | mail/heirloom-mailx/Makefile | 15 |
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 |