summaryrefslogtreecommitdiff
path: root/mail/dspam-devel/files/patch-scripts_train.pl
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2011-08-01 10:34:44 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2011-08-01 10:34:44 +0000
commit8258534967c77eec2c43b3bf8bdd639e8e5279e9 (patch)
tree7b0c17f9bc332068f60ba920adf7bfde4c77355c /mail/dspam-devel/files/patch-scripts_train.pl
parent- Fix PKGNAMEPREFIX (diff)
Update to 3.10.0 rc1, which is pretty much the upcoming 3.10.0 release,
so unIGNORE. Adjust the port to be closer to mail/dspam.
Diffstat (limited to 'mail/dspam-devel/files/patch-scripts_train.pl')
-rw-r--r--mail/dspam-devel/files/patch-scripts_train.pl17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/dspam-devel/files/patch-scripts_train.pl b/mail/dspam-devel/files/patch-scripts_train.pl
deleted file mode 100644
index 3550e64474f5..000000000000
--- a/mail/dspam-devel/files/patch-scripts_train.pl
+++ /dev/null
@@ -1,17 +0,0 @@
---- scripts/train.pl.dist Tue Nov 8 14:34:38 2005
-+++ scripts/train.pl Tue Nov 8 14:36:06 2005
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl
-+#!%%PERL%%
-
- # train.pl
- # This tool trains a corpus of messages (a directory containing a nonspam and
-@@ -14,7 +14,7 @@
- use vars qw { $USER $PATH $REPORTING_WINDOW $CORPUS $TRAINING_MODE };
-
- $REPORTING_WINDOW = 250; # How often to summarize
--$PATH = "/usr/local/dspam/bin"; # Path to dspam binaries
-+$PATH = "%%DSPAM_PATH%%"; # Path to dspam binaries
- $TRAINING_MODE = "teft"; # Training mode
-
- ### DO NOT CONFIGURE BELOW THIS LINE ###