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

13 lines
437 B
Text
Raw Normal View History

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