1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Add patch-file missed in latest commit.

Noticed by: kris
This commit is contained in:
Volker Stolz 2004-07-07 12:09:22 +00:00
parent d04fd3fae8
commit 7182734c4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113132
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- ./src/tests/t.wordhist~ 1 Jul 2004 17:23:35 -0000 1.3
+++ ./src/tests/t.wordhist 7 Jul 2004 08:47:08 -0000
@@ -52,7 +52,7 @@
$BOGOFILTER $OPTS -n < ${SYSTEST}/inputs/good.mbx
$BOGOUTIL -H $BOGOFILTER_DIR >$OUT
-$BOGOUTIL -d $BOGOFILTER_DIR/wordlist.db >${TMPDIR}/wordlist.txt
+$BOGOUTIL -d $BOGOFILTER_DIR/wordlist.$DB_EXT >${TMPDIR}/wordlist.txt
if [ $verbose -eq 0 ]; then
cmp $REF $OUT

View File

@ -0,0 +1,11 @@
--- ./src/tests/t.wordhist~ 1 Jul 2004 17:23:35 -0000 1.3
+++ ./src/tests/t.wordhist 7 Jul 2004 08:47:08 -0000
@@ -52,7 +52,7 @@
$BOGOFILTER $OPTS -n < ${SYSTEST}/inputs/good.mbx
$BOGOUTIL -H $BOGOFILTER_DIR >$OUT
-$BOGOUTIL -d $BOGOFILTER_DIR/wordlist.db >${TMPDIR}/wordlist.txt
+$BOGOUTIL -d $BOGOFILTER_DIR/wordlist.$DB_EXT >${TMPDIR}/wordlist.txt
if [ $verbose -eq 0 ]; then
cmp $REF $OUT