aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Bucardo
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-04-20 13:11:44 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-04-20 13:11:44 +0000
commitbd1d474d085bebe944776a2fc1f13fffe2a786de (patch)
treeda2c2c64bf3f65e7cbce5bb958a332c6d48e5ddf /databases/p5-Bucardo
parent0da84005cc78eb1045622353bec8daf0b10b277c (diff)
downloadports-bd1d474d085bebe944776a2fc1f13fffe2a786de.tar.gz
ports-bd1d474d085bebe944776a2fc1f13fffe2a786de.zip
Fix with Perl 5.21.6+ (ExtUtils::MakeMaker 6.99 -> 7.02)
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=384359
Diffstat (limited to 'databases/p5-Bucardo')
-rw-r--r--databases/p5-Bucardo/files/patch-Makefile.PL10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/p5-Bucardo/files/patch-Makefile.PL b/databases/p5-Bucardo/files/patch-Makefile.PL
new file mode 100644
index 000000000000..88d3264b5698
--- /dev/null
+++ b/databases/p5-Bucardo/files/patch-Makefile.PL
@@ -0,0 +1,10 @@
+--- Makefile.PL.orig 2015-04-20 12:59:25 UTC
++++ Makefile.PL
+@@ -83,6 +83,6 @@ sub install {
+ }
+
+ $string = "\n$vars\n$string";
+- $string =~ s{(\t\$\(INST_BIN\) \$\((DESTINSTALL.*?)BIN.+)}{$1\n\t\t\$(INST_SHARE) \$($2SHARE) \\}g;
++ $string =~ s{(\t"?\$\(INST_BIN\)"? "?\$\((DESTINSTALL.*?)BIN.+)"?}{$1\n\t\t\$(INST_SHARE) \$($2SHARE) \\}g;
+ return $string;
+ }