diff options
author | bapt <bapt@FreeBSD.org> | 2011-11-02 06:14:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-11-02 06:14:54 +0800 |
commit | 4cd7b7cce6c6510fb024984a5997a2d608a62fda (patch) | |
tree | aeaa579aa13196a442dd62c5b2a9acfd6b3938ab /textproc | |
parent | 203f682fe3c63351632831080d9309866df626b0 (diff) | |
download | freebsd-ports-gnome-4cd7b7cce6c6510fb024984a5997a2d608a62fda.tar.gz freebsd-ports-gnome-4cd7b7cce6c6510fb024984a5997a2d608a62fda.tar.zst freebsd-ports-gnome-4cd7b7cce6c6510fb024984a5997a2d608a62fda.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
Diffstat (limited to 'textproc')
-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; -{ |