freebsd-ports/devel/p5-File-Spec/files/patch-Makefile.PL
Maxim Sobolev 57a05662e9 Unbreak after PERL_CONFIGURE change.
Submitted by:	bento
2002-04-25 15:38:34 +00:00

14 lines
602 B
Perl

$FreeBSD$
--- Makefile.PL.orig Sun Jun 25 19:02:43 2000
+++ Makefile.PL Thu Apr 25 15:20:32 2002
@@ -7,7 +7,7 @@
'LIBS' => [''], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'
- 'INSTALLDIRS' => 'perl', # 'perl' makes it replace std modules
+# 'INSTALLDIRS' => 'perl', # 'perl' makes it replace std modules
# 'PM' => {'Spec.pm' => '$(INST_LIBDIR)/File/Spec.pm',
# 'OS2.pm' => '$(INST_LIBDIR)/File/Spec/OS2.pm',
# 'Win32.pm' => '$(INST_LIBDIR)/File/Spec/Win32.pm',