openbsd-ports/textproc/p5-XML-Twig/patches/patch-Makefile_PL
2008-08-31 23:17:33 +00:00

14 lines
513 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.3 2008/08/31 23:17:33 jasper Exp $
--- Makefile.PL.orig Sat Jul 21 00:44:14 2007
+++ Makefile.PL Mon Sep 1 01:10:03 2008
@@ -24,8 +24,7 @@ else
" 'perl Makefile.PL -n' to skip installation\n";
foreach my $prompt (@prompts)
{ my ($program, $default, $description) = @$prompt;
- if( prompt("Do you want to install '$program' ($description)?", $default) =~ /^y/)
- { push(@programs, $program); }
+ push(@programs, $program);
}
}