SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
databases/percona-toolkit/patches/patch-Makefile_PL
Normal file
15
databases/percona-toolkit/patches/patch-Makefile_PL
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- Makefile.PL.orig Thu Feb 14 18:59:10 2013
|
||||
+++ Makefile.PL Fri Feb 22 17:52:40 2013
|
||||
@@ -5,10 +5,10 @@ WriteMakefile(
|
||||
VERSION => '2.1.9',
|
||||
EXE_FILES => [ <bin/*> ],
|
||||
MAN1PODS => {
|
||||
- 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',
|
||||
+ 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1',
|
||||
map {
|
||||
(my $name = $_) =~ s/^bin.//;
|
||||
- $_ => "blib/man1/$name.1p";
|
||||
+ $_ => "blib/man1/$name.1";
|
||||
} <bin/*>
|
||||
},
|
||||
MAN3PODS => {}, # man(3) pages are for C libs
|
Loading…
Add table
Add a link
Reference in a new issue