aboutsummaryrefslogtreecommitdiff
path: root/security/clamav/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/clamav/Makefile')
-rw-r--r--security/clamav/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index ad42f1c08ef5..679600536ad3 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -218,7 +218,7 @@ pre-configure:
.if defined(WITH_TESTS) && ${OSVERSION} >= 700000
post-build:
- @if [ -f "${PY_NO_THREAD}" ]; then \
+ @if [ ! -f "${PY_NO_THREAD}" ]; then \
${MAKE} -C ${WRKSRC} check; \
fi
.endif