diff options
author | krion <krion@FreeBSD.org> | 2004-10-14 08:03:09 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-10-14 08:03:09 +0000 |
commit | 2aab9bdff9c2f59655417aad5fbe13377f659c87 (patch) | |
tree | c803431b485df26dcd5ed74e1f9280c6180a42f5 /russian | |
parent | d730b13f8822377359ea0547a804390b9c7d3ff0 (diff) | |
download | FreeBSD-ports-2aab9bdff9c2f59655417aad5fbe13377f659c87.zip FreeBSD-ports-2aab9bdff9c2f59655417aad5fbe13377f659c87.tar.gz |
Update CONFLICTS and fix portlint warnings.
PR: ports/72669
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'russian')
-rw-r--r-- | russian/bogofilter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/russian/bogofilter/Makefile b/russian/bogofilter/Makefile index b5c2e2f..50e1d70 100644 --- a/russian/bogofilter/Makefile +++ b/russian/bogofilter/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../../mail/bogofilter - CATEGORIES= russian mail MAINTAINER= yar@freebsd.org -CONFLICTS= bogofilter-0* bogofilter-tdb* bogofilter-qdbm* +CONFLICTS= bogofilter-[0-9]* bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* CFLAGS+= -DWINDOWS_1251_to_CYRILLIC +MASTERDIR= ${.CURDIR}/../../mail/bogofilter + .include "${MASTERDIR}/Makefile" |