summaryrefslogtreecommitdiff
path: root/www/p5-libwww/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-libwww/files/patch-Makefile.PL')
-rw-r--r--www/p5-libwww/files/patch-Makefile.PL28
1 files changed, 13 insertions, 15 deletions
diff --git a/www/p5-libwww/files/patch-Makefile.PL b/www/p5-libwww/files/patch-Makefile.PL
index a3639bb1e518..c4552e9473a5 100644
--- a/www/p5-libwww/files/patch-Makefile.PL
+++ b/www/p5-libwww/files/patch-Makefile.PL
@@ -1,31 +1,29 @@
-$FreeBSD$
-
---- Makefile.PL.orig Fri May 31 14:51:03 2002
-+++ Makefile.PL Sun Aug 4 16:02:00 2002
-@@ -57,7 +57,7 @@
+--- Makefile.PL.orig Wed Apr 2 21:15:42 2003
++++ Makefile.PL Wed Apr 2 21:16:00 2003
+@@ -57,7 +57,7 @@ support works as it should.
EOT
- if (prompt("Do you want to enable these tests?", "y") =~ /^y/i) {
-+ if (1) {
++ if (1 || prompt("Do you want to enable these tests?", "y") =~ /^y/i) {
open(ENABLED, ">t/live/ENABLED") || die "Can't enable: $!";
close(ENABLED);
-@@ -95,7 +95,7 @@
+@@ -95,7 +95,7 @@ to install in $Config{sitebin}.
EOT
my @tmp;
for (@programs_to_install) {
- if (prompt("Do you want to install $_?", "y") =~ /^y/) {
-+ if (1) {
++ if (1 || prompt("Do you want to install $_?", "y") =~ /^y/) {
push(@tmp, $_);
}
}
-@@ -125,7 +125,7 @@
- }
- close(PROG);
- }
-- if (prompt("Do you want to install the $alias alias?", $default) =~ /^y/) {
-+ if (1) {
- push(@tmp, $alias);
+@@ -126,7 +126,7 @@ EOT
}
+ close(PROG);
+ }
+- if (prompt("Do you want to install the $alias alias?", $default) =~ /^y/) {
++ if (1 || prompt("Do you want to install the $alias alias?", $default) =~ /^y/) {
+ push(@tmp, $alias);
}
+ }