88225c3143
Note to submitter: PORTEPOCH may never be decremented. See the Porter's Handbook for details as to why. Further note: the PLIST changes in the PR had already been committed. PR: ports/57987 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Maintainer timeout: 4 months
11 lines
389 B
Perl
11 lines
389 B
Perl
--- Makefile.PL.orig Thu Aug 14 20:21:46 2003
|
|
+++ Makefile.PL Tue Oct 14 15:09:11 2003
|
|
@@ -18,7 +18,7 @@
|
|
|
|
sub write_makefile {
|
|
WriteMakefile(
|
|
- INSTALLDIRS => ($] >= 5.008 ? 'perl' : 'site'),
|
|
+# INSTALLDIRS => ($] >= 5.008 ? 'perl' : 'site'),
|
|
VERSION_FROM => "lib/List/Util.pm",
|
|
NAME => "List::Util",
|
|
DISTNAME => "Scalar-List-Utils",
|