freebsd-ports/lang/p5-Scalar-List-Utils/files/patch-Makefile.PL
Mark Linimon 88225c3143 Update to 1.13: bugfixes (see ChangeLog).
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
2004-03-04 21:50:49 +00:00

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",