1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

mail/qmail: Rename Make var from SELECTED_OPTIONS to SEL_OPTIONS

SELECTED_OPTIONS is now a framework informational variable, so there
is a name clash with qmail and its slave ports.  Just rename the
variable here to remove the conflict (No-op)

Approved by:	Just fix it
This commit is contained in:
John Marino 2016-01-05 16:08:15 +00:00
parent f83e672220
commit 120409991c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405298

View File

@ -621,13 +621,13 @@ PLIST_SUB+= RCDLINK="@comment "
RCDLINK= \#
.endif
# Fill SELECTED_OPTIONS with options to write conf-spamcontrol
# Fill SEL_OPTIONS with options to write conf-spamcontrol
.if defined(SLAVE_SPAMCONTROL)
. if ${PORT_OPTIONS:MPAM111421}
SELECTED_OPTIONS+= pam111421=yes
SEL_OPTIONS+= pam111421=yes
. else
SELECTED_OPTIONS+= pam111421=no
SEL_OPTIONS+= pam111421=no
. endif
.endif
@ -671,7 +671,7 @@ pre-patch:
@${ECHO_CMD} ${WRKDIR} > ${WRKSRC}/conf-qmail
@${ECHO_CMD} "# Generated by qmail-spamcontrol FreeBSD port" \
> ${WRKSRC}/conf-spamcontrol
. for option in ${SELECTED_OPTIONS}
. for option in ${SEL_OPTIONS}
@${ECHO_CMD} ${option} >> ${WRKSRC}/conf-spamcontrol
. endfor
@${ECHO_CMD} "${UCSPISRC}/compile" > ${WRKSRC}/conf-ucspissl