summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL
blob: cecb8238ef1a57711c9fba7a7b1515bbd9561f55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$FreeBSD$

--- Makefile.PL.orig
+++ Makefile.PL
@@ -33,8 +33,6 @@
             'warnings'                  => '0',
            },
 
-    ($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 ? (