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:
parent
f83e672220
commit
120409991c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405298
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user