aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-PDF-API2/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-PDF-API2/files/patch-Makefile.PL')
-rw-r--r--textproc/p5-PDF-API2/files/patch-Makefile.PL23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-PDF-API2/files/patch-Makefile.PL b/textproc/p5-PDF-API2/files/patch-Makefile.PL
new file mode 100644
index 000000000000..329b7ae8b445
--- /dev/null
+++ b/textproc/p5-PDF-API2/files/patch-Makefile.PL
@@ -0,0 +1,23 @@
+--- Makefile.PL.orig Thu Mar 17 19:34:06 2005
++++ Makefile.PL Thu Mar 17 19:34:20 2005
+@@ -232,19 +232,7 @@
+ COMPRESS => "gzip -9 -f ",
+ },
+ MAN1PODS => {},
+- MAN3PODS =>
+- {
+- map
+- {
+- my $file = "lib/$_";
+- my $man = $_;
+- $man =~ s!\.(pm|pod)$!!;
+- $man =~ s!/!::!g;
+- $man = "blib/man3/${man}.3pm";
+- $file => $man;
+- }
+- @manify
+- },
++ MAN3PODS => {},
+ PREREQ_PM => { 'Compress::Zlib' => 1.0, },
+ VERSION_FROM => $versionfile,
+ );