diff options
Diffstat (limited to 'textproc/p5-Pod-Perldoc/files/patch-Makefile.PL')
-rw-r--r-- | textproc/p5-Pod-Perldoc/files/patch-Makefile.PL | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL b/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL index 38e1d708de00..f27eaa06f749 100644 --- a/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL +++ b/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL @@ -3,11 +3,12 @@ $FreeBSD$ --- Makefile.PL.orig +++ Makefile.PL -@@ -28,7 +28,6 @@ - 'File::Temp' => 0, - 'File::Spec::Functions' => 0, - }, -- 'EXE_FILES' => [qw( perldoc )], +@@ -33,8 +33,6 @@ + 'warnings' => '0', + }, - ( $EUMM_VERSION > 6.31 ? ( - 'LICENSE' => 'perl', +- 'EXE_FILES' => [qw( perldoc )], +- + 'META_MERGE' => { + no_index => { + directory => 'corpus', |