diff options
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 184e149886a..761a7758df3 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -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 |