diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-14 08:03:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-14 08:03:09 +0000 |
commit | c34cd86f490c82c4e125cc63ae99b17f5401dc12 (patch) | |
tree | 8f84d814343bfdc65c1cec9ab286deeb4feb84ef /russian | |
parent | Update to 0.92.7 (diff) |
Update CONFLICTS and fix portlint warnings.
PR: ports/72669
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Notes
Notes:
svn path=/head/; revision=119376
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 b5c2e2fdf334..50e1d70ffd37 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" |