diff options
Diffstat (limited to 'textproc/p5-Pod-Perldoc/files')
-rw-r--r-- | textproc/p5-Pod-Perldoc/files/patch-Makefile.PL | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL b/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL index f27eaa06f749..cecb8238ef1a 100644 --- a/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL +++ b/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL @@ -7,8 +7,17 @@ $FreeBSD$ 'warnings' => '0', }, -- 'EXE_FILES' => [qw( perldoc )], +- ($ENV{PERL_CORE} ? () : ('EXE_FILES' => [qw( perldoc )])), - 'META_MERGE' => { no_index => { directory => 'corpus', +@@ -44,8 +42,6 @@ + }, + }, + +- 'MAN1PODS' => { 'perldoc.pod' => 'blib/man1/perldoc.1' }, +- + ($^V >= 5.008001 ? ( 'INSTALLDIRS' => 'perl' ) : ()), + + ( $EUMM_VERSION > 6.31 ? ( |