diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-18 15:25:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-18 15:25:44 +0000 |
commit | a17d97a2e673ecbd013d12da82c5dbed49120afc (patch) | |
tree | cd5363a6628e4e356b80c505655a58f3361078f0 /biology/p5-BioPerl-Run/files/patch-Build.PL | |
parent | - Add LICENSE_FILE (diff) |
- Move biology/p5-bioperl-run to biology/p5-BioPerl-Run
- Sort *_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for biology/p5-bioperl renaming
Notes
Notes:
svn path=/head/; revision=428872
Diffstat (limited to 'biology/p5-BioPerl-Run/files/patch-Build.PL')
-rw-r--r-- | biology/p5-BioPerl-Run/files/patch-Build.PL | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/biology/p5-BioPerl-Run/files/patch-Build.PL b/biology/p5-BioPerl-Run/files/patch-Build.PL new file mode 100644 index 000000000000..8af6e19b1a04 --- /dev/null +++ b/biology/p5-BioPerl-Run/files/patch-Build.PL @@ -0,0 +1,12 @@ +--- ./Build.PL.orig 2014-07-26 04:49:03.000000000 +0200 ++++ ./Build.PL 2014-08-04 09:33:15.000000000 +0200 +@@ -42,7 +42,8 @@ + #create_makefile_pl => 'passthrough' + ); + +-my $accept = $build->args->{accept}; ++# my $accept = $build->args->{accept}; ++my $accept = 1; + + # Optionally have script files installed. + if ($build->args('install_scripts') or $accept ? 0 : $build->y_n("Install scripts? y/n", 'n')) { |