diff options
-rw-r--r-- | mail/bogofilter-sqlite/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/bogofilter-sqlite/Makefile b/mail/bogofilter-sqlite/Makefile index b284758fa302..a818cb02d72c 100644 --- a/mail/bogofilter-sqlite/Makefile +++ b/mail/bogofilter-sqlite/Makefile @@ -24,4 +24,8 @@ DESCR= ${PKGDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../bogofilter +pre-configure: + ${REINPLACE_CMD} 's/^INTEGRITY_TESTS.*/INTEGRITY_TESTS=t.lock1/' \ + ${WRKSRC}/src/tests/Makefile.in + .include "${MASTERDIR}/Makefile" |