diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-01-16 07:27:23 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-01-16 07:27:23 +0000 |
commit | ca39b2539d0ac9328510f5740f0b90d061ebd284 (patch) | |
tree | 040a9421d25d43f9b972a71b1f0ab3d0da1ac780 /textproc/p5-Pod-Perldoc/files | |
parent | Stagify the port. (diff) |
- Update to 3.21
- Add STAGE support
- Fix WWW line
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 ? ( |