diff options
-rw-r--r-- | textproc/p5-AI-Categorizer/files/patch-Build.PL | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/textproc/p5-AI-Categorizer/files/patch-Build.PL b/textproc/p5-AI-Categorizer/files/patch-Build.PL index 0c66b6323181..d2b605ca6cf2 100644 --- a/textproc/p5-AI-Categorizer/files/patch-Build.PL +++ b/textproc/p5-AI-Categorizer/files/patch-Build.PL @@ -1,7 +1,15 @@ --- Build.PL.orig 2007-03-24 03:31:23.000000000 +0100 -+++ Build.PL 2008-04-30 14:57:51.000000000 +0200 -@@ -36,12 +36,3 @@ ++++ Build.PL 2011-11-01 22:57:36.305936002 +0100 +@@ -28,20 +28,5 @@ my $build = new Module::Build + create_makefile_pl => 'passthrough', + ); +-my $categorizer = File::Spec->catfile('eg', 'categorizer'); +-if ($build->y_n("Do you want to install the $categorizer script to $Config{installscript}?", 'n')) { +- $build->scripts($categorizer); +-} +- +- $build->create_build_script; -{ |