aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-AI-Categorizer
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-11-01 22:14:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-11-01 22:14:54 +0000
commit13a72fec4d7fcc3cf02863ef1b18e6080fc2582e (patch)
treec3dcf8029dc3da8080f1f8f7cf2e78447e392d32 /textproc/p5-AI-Categorizer
parent8d6383b023b2828c36401d433dff0369cbd46658 (diff)
downloadports-13a72fec4d7fcc3cf02863ef1b18e6080fc2582e.tar.gz
ports-13a72fec4d7fcc3cf02863ef1b18e6080fc2582e.zip
remove the question which could lead to the installation of a file not tracked by the plist.
now it is no more interactive PR: ports/162073
Notes
Notes: svn path=/head/; revision=284875
Diffstat (limited to 'textproc/p5-AI-Categorizer')
-rw-r--r--textproc/p5-AI-Categorizer/files/patch-Build.PL12
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;
-{