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 | fd2bde0a82f453426b10550713c0236631c88d63 (diff) | |
download | ports-c34cd86f490c82c4e125cc63ae99b17f5401dc12.tar.gz ports-c34cd86f490c82c4e125cc63ae99b17f5401dc12.zip |
Notes
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" |