openbsd-ports/textproc/p5-XML-Twig/patches/patch-Makefile_PL
jasper 8c504328f4 - update to 3.28
- CPAN'ify
- re-format DESCR while there
2007-01-11 15:40:54 +00:00

14 lines
476 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.2 2007/01/11 15:40:54 jasper Exp $
--- Makefile.PL.orig Thu Jan 11 16:34:40 2007
+++ Makefile.PL Thu Jan 11 16:35:32 2007
@@ -22,8 +22,7 @@ elsif( $ARGV[0] eq "-d")
else
{ 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);
}
}