aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-libwww/files
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2003-04-03 03:56:54 +0800
committertobez <tobez@FreeBSD.org>2003-04-03 03:56:54 +0800
commiteee8391d8449c79fb26e7f757314cd1e500d39ed (patch)
tree5aa991018f6afc024f83db0d4dd808e12d77985d /www/p5-libwww/files
parentae4b71a3f95bd2cb0e3f812b810d232de801740e (diff)
downloadfreebsd-ports-gnome-eee8391d8449c79fb26e7f757314cd1e500d39ed.tar.gz
freebsd-ports-gnome-eee8391d8449c79fb26e7f757314cd1e500d39ed.tar.zst
freebsd-ports-gnome-eee8391d8449c79fb26e7f757314cd1e500d39ed.zip
Update to 5.69.
PR: 50551 Approved by: maintainer
Diffstat (limited to 'www/p5-libwww/files')
-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);
}
+ }