Index: head/devel/p5-Getopt-Long/files/patch-Makefile.PL =================================================================== --- head/devel/p5-Getopt-Long/files/patch-Makefile.PL (revision 479394) +++ head/devel/p5-Getopt-Long/files/patch-Makefile.PL (revision 479395) @@ -1,28 +1,28 @@ ---- Makefile.PL.orig 2015-06-11 13:24:35.000000000 +0200 -+++ Makefile.PL 2015-06-11 13:25:28.000000000 +0200 +--- Makefile.PL.orig 2013-07-08 06:14:42 UTC ++++ Makefile.PL @@ -12,6 +12,7 @@ use ExtUtils::MakeMaker 5.0; use lib "./lib"; use Getopt::Long; my $version = $Getopt::Long::VERSION_STRING || $Getopt::Long::VERSION; +my $leave_alone = 1; sub MY::postamble { my $ret = ""; @@ -25,7 +26,7 @@ This manual page has a wrong name, and s 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 .= <