opnsense-ports/devel/p5-Parse-PerlConfig/files/patch-Makefile.PL
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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