mail/courier-pythonfilter: Fix CLAMAV_CLAMD option after r416149

Setting options helpers after bsd.port.{options,pre}.mk has no
effect.
This commit is contained in:
Tobias Kortkamp 2019-02-02 16:34:19 +00:00
parent 7f0e151ff4
commit ef7a98efe7

View file

@ -3,6 +3,7 @@
PORTNAME= courier-pythonfilter
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= mail python
MASTER_SITES= http://phantom.dragonsdawn.net/~gordon/courier-patches/courier-pythonfilter/
@ -56,12 +57,12 @@ QUOTA_DESC= quota module
OPTIONS_DEFAULT= DEBUG WHITELIST_RELAY WHITELIST_AUTH
CLAMAV_CLAMD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyClamd>=0:security/py-pyclamd@${PY_FLAVOR}
.include <bsd.port.pre.mk>
PYDISTUTILS_INSTALLARGS:=${PYDISTUTILS_INSTALLARGS} --install-scripts=${PYSCRIPTSDIR}
CLAMAV_CLAMD_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyclamd.py:security/py-pyclamd@${PY_FLAVOR}
post-extract:
${MV} ${WRKSRC}/pythonfilter.conf ${WRKSRC}/pythonfilter.conf.sample
${MV} ${WRKSRC}/pythonfilter-modules.conf ${WRKSRC}/pythonfilter-modules.conf.sample