aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Address-Ethernet
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-05-27 09:04:20 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-05-27 09:04:20 +0000
commitdecf876ef5564d29195b878dff1164cbfd4f82b8 (patch)
tree124f8b05f5e3e66d4f75bf7fd227ae314bfb2f16 /net/p5-Net-Address-Ethernet
parent8ca6393dd40544d9c095d7a52c31e5bcdc2b1e85 (diff)
downloadports-decf876ef5564d29195b878dff1164cbfd4f82b8.tar.gz
ports-decf876ef5564d29195b878dff1164cbfd4f82b8.zip
Notes
Diffstat (limited to 'net/p5-Net-Address-Ethernet')
-rw-r--r--net/p5-Net-Address-Ethernet/files/patch-Makefile.PL16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/p5-Net-Address-Ethernet/files/patch-Makefile.PL b/net/p5-Net-Address-Ethernet/files/patch-Makefile.PL
new file mode 100644
index 000000000000..3aed542d3a3c
--- /dev/null
+++ b/net/p5-Net-Address-Ethernet/files/patch-Makefile.PL
@@ -0,0 +1,16 @@
+--- Makefile.PL.orig 2016-05-26 14:56:06 UTC
++++ Makefile.PL
+@@ -33,11 +33,11 @@ if ($ENV{MTHURN_PERL_DEV})
+ {
+ warn " EEE did not find DIRFILESEP in Makefile\n";
+ } # if
+- if ($s !~ s/(pm_to_blib\(){{\@ARGV}}/$1 . '{@ARGV}'/e)
++ if ($s !~ s/(pm_to_blib\()\{\{\@ARGV\}\}/$1 . '{@ARGV}'/e)
+ {
+ warn " EEE did not find pm_to_blib@ARGV in Makefile\n";
+ } # if
+- if ($s !~ s/(from_to\s+=>\s+){{\@ARGV}}/$1 . '{@ARGV}'/e)
++ if ($s !~ s/(from_to\s+=>\s+)\{\{\@ARGV\}\}/$1 . '{@ARGV}'/e)
+ {
+ warn " EEE did not find from_to@ARGV in Makefile\n";
+ } # if