aboutsummaryrefslogtreecommitdiff
path: root/mail/courier-pythonfilter
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-05-24 11:46:11 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-05-24 11:46:11 +0000
commitf8ddb11b400a39d65785fa5103c2f6f23eac6a00 (patch)
treeb0dd7b2464178793cae284c420f054a378f48601 /mail/courier-pythonfilter
parent54368fde47f3234ea4881b55142e7479bc112b19 (diff)
downloadports-f8ddb11b400a39d65785fa5103c2f6f23eac6a00.tar.gz
ports-f8ddb11b400a39d65785fa5103c2f6f23eac6a00.zip
Notes
Diffstat (limited to 'mail/courier-pythonfilter')
-rw-r--r--mail/courier-pythonfilter/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/courier-pythonfilter/Makefile b/mail/courier-pythonfilter/Makefile
index bfa6ed26fd25..ca00dff9ad64 100644
--- a/mail/courier-pythonfilter/Makefile
+++ b/mail/courier-pythonfilter/Makefile
@@ -59,11 +59,11 @@ OPTIONS_DEFAULT= DEBUG WHITELIST_RELAY WHITELIST_AUTH
PYDISTUTILS_INSTALLARGS:=${PYDISTUTILS_INSTALLARGS} --install-scripts=${SCRIPTSDIR}
-.if ${PORT_OPTIONS:MCLAMAV_CLAMD) && ! ${PORT_OPTIONS:MCLAMAV_LIB}
+.if ${PORT_OPTIONS:MCLAMAV_CLAMD} && ! ${PORT_OPTIONS:MCLAMAV_LIB}
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pyclamd.py:${PORTSDIR}/security/py-pyclamd
.endif
-.if ${PORT_OPTIONS:MCLAMAV_LIB) && ! ${PORT_OPTIONS:MCLAMAV_CLAMD}
+.if ${PORT_OPTIONS:MCLAMAV_LIB} && ! ${PORT_OPTIONS:MCLAMAV_CLAMD}
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pyclamav.so:${PORTSDIR}/security/py-clamav
.endif
@@ -83,7 +83,7 @@ post-configure:
.if ${PORT_OPTIONS:MLOCALSENDERS}
@${ECHO_MSG} localsenders >> ${WRKSRC}/pythonfilter.conf.sample
.endif
-.if ${PORT_OPTIONS:MCLAMAV_CLAMD) || ${PORT_OPTIONS:MCLAMAV_LIB}
+.if ${PORT_OPTIONS:MCLAMAV_CLAMD} || ${PORT_OPTIONS:MCLAMAV_LIB}
@${ECHO_MSG} clamav >> ${WRKSRC}/pythonfilter.conf.sample
.endif
.if ${PORT_OPTIONS:MSPAMASSASSIN}