freebsd-ports/devel/p5-Parse-PerlConfig/files/patch-Makefile.PL
Erwin Lansing 510ac04cd5 Patch Makefile.PL to work around old Makemaker, so that the manpage
also gets installed for ancient perl versions.

Suggested by:	tobez
2005-03-01 13:14:03 +00:00

13 lines
412 B
Perl

--- Makefile.PL.orig Wed Feb 16 14:14:05 2000
+++ Makefile.PL Tue Mar 1 14:10:35 2005
@@ -19,6 +19,10 @@
'PerlConfig.pm' => '$(INST_LIBDIR)/PerlConfig.pm'
},
+ 'MAN3PODS' => {
+ 'PerlConfig.pm' => '$(INST_MAN3DIR)/Parse::PerlConfig.$(MAN3EXT)'
+ },
+
# This may not be portable, as I found the TESTS attribute in
# ExtUtils::MM_Unix.pm's source. However, it seems cleaner and