aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-10-14 16:06:06 +0800
committerkrion <krion@FreeBSD.org>2004-10-14 16:06:06 +0800
commit37dd730a485b094cb45bf1f14d773f566183e532 (patch)
tree59db74f139c20361cde357b892671e7890991924 /mail
parent691dec115fbea1535317274695398410a71a5691 (diff)
downloadfreebsd-ports-gnome-37dd730a485b094cb45bf1f14d773f566183e532.tar.gz
freebsd-ports-gnome-37dd730a485b094cb45bf1f14d773f566183e532.tar.zst
freebsd-ports-gnome-37dd730a485b094cb45bf1f14d773f566183e532.zip
Update CONFLICTS, fix portlint warnings.
PR: ports/72672 Submitted by: maintainer
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"