From 48320035775440378dcfeabae22fc6b94e94b2d3 Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Sat, 8 Jun 2002 14:30:51 +0000 Subject: [PATCH] Add a patch to get around the interactive intelligence built into the Makefile.PL. We know better in this instance. PORTREVISION is not bumped since there so little time passed since the last commit. --- devel/p5-Getopt-Long/files/patch-Makefile.PL | 39 ++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 devel/p5-Getopt-Long/files/patch-Makefile.PL diff --git a/devel/p5-Getopt-Long/files/patch-Makefile.PL b/devel/p5-Getopt-Long/files/patch-Makefile.PL new file mode 100644 index 000000000000..b0d85776e608 --- /dev/null +++ b/devel/p5-Getopt-Long/files/patch-Makefile.PL @@ -0,0 +1,39 @@ +$Id$ + +--- Makefile.PL.orig Fri May 24 17:51:36 2002 ++++ Makefile.PL Fri May 24 17:52:52 2002 +@@ -5,6 +5,7 @@ + + require "./lib/Getopt/Long.pm"; + my $version = $Getopt::Long::VERSION_STRING || $Getopt::Long::VERSION; ++my $leave_alone = $Config{installprivlib} =~ m|/libdata/perl/|; + + sub MY::postamble { + my $ret = ""; +@@ -18,7 +19,7 @@ + I can add instructions to the Makefile to remove it when you + install this version. + EOD +- my $ans = prompt ("Shall I add the remove instructions?"); ++ my $ans = $leave_alone ? "no" : "yes"; + if ( $ans =~ /^y/i ) { + $ret .= < 'Module to handle parsing command line options', + ), + +- INSTALLDIRS => 'perl', ++ INSTALLDIRS => ($leave_alone ? 'site' : 'perl'), + PM => { "lib/newgetopt.pl" => '$(INST_LIB)/newgetopt.pl', + "lib/Getopt/Long.pm" => '$(INST_LIB)/Getopt/Long.pm', + # "perlcmdline.pod" => '$(INST_LIB)/pod/perlcmdline.pod',