mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
mail/heirloom-mailx: remove SENDMAIL option, wrapper is sufficient
PR: 190134 Approved by: jamie@dyslexicfish.net (maintainer)
This commit is contained in:
parent
4ed90952f0
commit
775ade6acb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364070
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user