mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
11 lines
407 B
Perl
11 lines
407 B
Perl
--- Makefile.PL.orig Sat Nov 11 10:48:48 2006
|
|
+++ Makefile.PL Sat Nov 11 10:49:03 2006
|
|
@@ -52,7 +52,7 @@
|
|
Test::Harness => 2.03,
|
|
},
|
|
# Added to the core somewhere around 5.7.2.
|
|
- INSTALLDIRS => $] >= 5.00702 ? 'perl' : 'site',
|
|
+ INSTALLDIRS => 'site',
|
|
($ExtUtils::MakeMaker::VERSION <= 6.31 ? (LICENSE => 'perl') : ()),
|
|
);
|
|
|