diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:22:16 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:22:16 +0000 |
| commit | b5e31c70a11bb03405b6d0bad6860be0129dcf33 (patch) | |
| tree | 6371fe9ebc627691a57dcddca732e887a3473bfd /biology/p5-AcePerl/files/patch-Makefile.PL | |
| parent | Rename benchmark/ patch-xy patches to reflect the files they modify. (diff) | |
Rename biology/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363159
Diffstat (limited to 'biology/p5-AcePerl/files/patch-Makefile.PL')
| -rw-r--r-- | biology/p5-AcePerl/files/patch-Makefile.PL | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/biology/p5-AcePerl/files/patch-Makefile.PL b/biology/p5-AcePerl/files/patch-Makefile.PL new file mode 100644 index 000000000000..719769644488 --- /dev/null +++ b/biology/p5-AcePerl/files/patch-Makefile.PL @@ -0,0 +1,20 @@ +--- Makefile.PL.orig Fri Sep 28 16:13:04 2001 ++++ Makefile.PL Fri Jan 25 14:11:26 2002 +@@ -2,7 +2,7 @@ + use ExtUtils::MakeMaker qw(prompt WriteMakefile); + use File::Path; + +-my $choice; ++my $choice = 3; + while (!$choice) { + $reply = prompt( + "\nWhat do you want to build?\n\n" . +@@ -22,8 +22,6 @@ + push @extlib,'Freesubs' if $choice >= 2; + push @extlib,'RPC' if $choice >= 3; + +-print "\n"; +-setup_sitedefs() if prompt("Do you want to install Ace::Browser? ","n") =~ /[yY]/; + + my $headers = "./ace/wh"; + WriteMakefile( |
