aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-07-26 10:30:05 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-07-26 10:30:05 +0000
commit6748514eb43d3fdb12d568b08b5cd61f78309076 (patch)
treeb14ed5b336dab1082b8eff1b78d9a9784f7b6edc /net/p5-Net
parent489f5485f0e3cbe06ba041778ba4360d5a5e3d66 (diff)
downloadports-6748514eb43d3fdb12d568b08b5cd61f78309076.tar.gz
ports-6748514eb43d3fdb12d568b08b5cd61f78309076.zip
Notes
Diffstat (limited to 'net/p5-Net')
-rw-r--r--net/p5-Net/files/patch-Configure12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/p5-Net/files/patch-Configure b/net/p5-Net/files/patch-Configure
new file mode 100644
index 000000000000..69f8012df908
--- /dev/null
+++ b/net/p5-Net/files/patch-Configure
@@ -0,0 +1,12 @@
+--- ./Configure.orig 2014-05-31 00:05:23.000000000 +0200
++++ ./Configure 2014-07-26 12:24:59.000000000 +0200
+@@ -267,8 +267,7 @@
+ Do you want to modify/update your configuration (y|n) ?
+ EDQ
+
+- $opt_d = 1
+- unless get_bool($msg,0);
++ $opt_d = 1;
+ }
+
+ #---------------------------------------------------------------------------