summaryrefslogtreecommitdiff
path: root/audio/libmp3-archive-perl
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-04-20 12:00:02 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-04-20 12:00:02 +0000
commita3cf57897321bf42f519301047e8c068e187357c (patch)
tree19617ed555e7cf02fef11e048828aa9d2b8565da /audio/libmp3-archive-perl
parent- Update to 2.86 (diff)
Fix build with Perl 5.21.6+
With hat: perl@ Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=384351
Diffstat (limited to 'audio/libmp3-archive-perl')
-rw-r--r--audio/libmp3-archive-perl/files/patch-Makefile.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/libmp3-archive-perl/files/patch-Makefile.PL b/audio/libmp3-archive-perl/files/patch-Makefile.PL
new file mode 100644
index 000000000000..4c6f7e243590
--- /dev/null
+++ b/audio/libmp3-archive-perl/files/patch-Makefile.PL
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig 2015-04-20 11:29:37 UTC
++++ Makefile.PL
+@@ -77,7 +77,7 @@ sub MY::install {
+ my $self = shift;
+ my $inherited = $self->SUPER::install(@_);
+ my $conf="\t\t\$(INST_SYSCONFDIR) \$(DESTINSTALLSYSCONFDIR)";
+- $inherited =~ s/(^\s*\$\(INST_MAN3DIR\s*.*MAN3DIR\))/$1 \\\n$conf/gm;
++ $inherited =~ s/(^\s*"?\$\(INST_MAN3DIR\s*.*MAN3DIR\).*$)/$1 \\\n$conf/gm;
+
+ return $inherited;
+ }