Index: head/mail/bogofilter-sqlite/Makefile =================================================================== --- head/mail/bogofilter-sqlite/Makefile (revision 137047) +++ head/mail/bogofilter-sqlite/Makefile (revision 137048) @@ -1,27 +1,31 @@ # New ports collection makefile for: bogofilter-sqlite # Date created: 2005-05-24 # Whom: Matthias Andree # # $FreeBSD$ # PORTNAME= bogofilter PORTREVISION= 0 CATEGORIES= mail PKGNAMESUFFIX= -sqlite MAINTAINER= matthias.andree@gmx.de LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 CONFLICTS= bogofilter-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-tdb-[0-9]* \ [a-z][a-z]-bogofilter-[0-9]* bogofilter-current-[0-9]* CONFIGURE_ARGS= --with-database=sqlite BF_CPPFLAGS= -I${LOCALBASE}/include BF_LIBS= 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" Property changes on: head/mail/bogofilter-sqlite/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property