summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-10-14 08:06:06 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-10-14 08:06:06 +0000
commit5cd598530c0a4f21b464c3e8cb78f9e3ddd912f3 (patch)
treeef73ef202612ddebc3922e8f46087404dfb94172 /mail
parentUpdate CONFLICTS, clean up to please portlint. (diff)
Update CONFLICTS, fix portlint warnings.
PR: ports/72672 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=119378
Diffstat (limited to 'mail')
-rw-r--r--mail/bogofilter-tdb/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/bogofilter-tdb/Makefile b/mail/bogofilter-tdb/Makefile
index f992aa2c072f..3d00b62f68be 100644
--- a/mail/bogofilter-tdb/Makefile
+++ b/mail/bogofilter-tdb/Makefile
@@ -6,19 +6,20 @@
#
PORTNAME= bogofilter
-PORTREVISION= 0
CATEGORIES= mail
PKGNAMESUFFIX= -tdb
-MASTERDIR= ${.CURDIR}/../bogofilter
+MAINTAINER= matthias.andree@gmx.de
LIB_DEPENDS= tdb.1:${PORTSDIR}/databases/tdb
-CONFLICTS= bogofilter-0* bogofilter-qdbm* [a-z][a-z]-bogofilter-0*
+CONFLICTS= bogofilter-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]*
CONFIGURE_ARGS= --with-database=tdb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
DESCR= ${PKGDIR}/pkg-descr
+MASTERDIR= ${.CURDIR}/../bogofilter
+
.include "${MASTERDIR}/Makefile"