ports/textproc/p5-Pod-Parser/patches/patch-Makefile_PL

12 lines
437 B
Text

Index: Makefile.PL
--- Makefile.PL.orig
+++ Makefile.PL
@@ -70,7 +70,7 @@ WriteMakefile(
NAME => $DISTMOD,
DISTNAME => $DISTNAME,
VERSION => '1.66',
- INSTALLDIRS => ($] >= 5.006 ? 'perl' : 'site'),
+ INSTALLDIRS => 'site',
PL_FILES => { map { (script("$_.PL") => script($_)) } @SCRIPTS },
EXE_FILES => [ @EXE_FILES ],
dist => { COMPRESS => 'gzip', SUFFIX => 'gz' },