1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/textproc/p5-xmltv/files/patch-Makefile.PL
Mario Sergio Fujikawa Ferreira 5e08b53a5b o Update to 0.5.18
o Trick it into not being IS_INTERACTIVE

PR:		56984
Submitted by:	Lars Eggert <larse@isi.edu>
2003-09-28 15:55:47 +00:00

12 lines
360 B
Perl

--- Makefile.PL.orig Thu Sep 18 11:53:31 2003
+++ Makefile.PL Thu Sep 18 11:53:46 2003
@@ -365,7 +365,7 @@
"\n");
}
print STDERR "\n";
-if (not ask('Do you want to proceed with this configuration?', 1)) {
+if (0) {
# Need to set {install} for each component by prompting.
foreach my $info (@opt_components) {
my $missing = $info->{missing};