aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3lint
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-04-22 13:17:26 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-04-22 13:17:26 +0000
commit8bbc0d88384fec0fecde08c63f3d66173f58a98b (patch)
tree92ee36dcf0aaa5ea52e076a396c00c99d5e57bb9 /audio/mp3lint
parent4e2777d4e47320bfdad98f6c89215f85ddb1fd52 (diff)
downloadports-8bbc0d88384fec0fecde08c63f3d66173f58a98b.tar.gz
ports-8bbc0d88384fec0fecde08c63f3d66173f58a98b.zip
Fix with Perl 5.21.6+ (ExtUtils::MakeMaker 6.99 -> 7.02)
With hat: perl@ Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=384490
Diffstat (limited to 'audio/mp3lint')
-rw-r--r--audio/mp3lint/files/patch-Makefile.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mp3lint/files/patch-Makefile.PL b/audio/mp3lint/files/patch-Makefile.PL
new file mode 100644
index 000000000000..21c2b42fb508
--- /dev/null
+++ b/audio/mp3lint/files/patch-Makefile.PL
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig 2015-04-22 12:59:15 UTC
++++ Makefile.PL
+@@ -124,7 +124,7 @@ sub MY::install {
+ my $self = shift;
+ my $inherited = $self->SUPER::install(@_);
+ my $conf="\t\t\$(INST_SYSCONFDIR) \$(DESTINSTALLSYSCONFDIR)";
+- $inherited =~ s/(^\s*\$\(INST_MAN)3(DIR\s*.*MAN)3(DIR\))/${1}3${2}3$3 \\\n${1}5${2}5$3 \\\n$conf/gm;
++ $inherited =~ s/(^\s*"?\$\(INST_MAN)3(DIR"?.*MAN)3(DIR\)"?)/${1}3${2}3$3 \\\n${1}5${2}5$3 \\\n$conf/gm;
+
+ return $inherited;
+ }