summaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-API3/files/patch-Makefile.PL
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
commit8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch)
treead3f495c08f0cc331b6958d319f699d021175c19 /textproc/p5-PDF-API3/files/patch-Makefile.PL
parentFix plist problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'.release/5.4.0
Diffstat (limited to 'textproc/p5-PDF-API3/files/patch-Makefile.PL')
-rw-r--r--textproc/p5-PDF-API3/files/patch-Makefile.PL23
1 files changed, 0 insertions, 23 deletions
diff --git a/textproc/p5-PDF-API3/files/patch-Makefile.PL b/textproc/p5-PDF-API3/files/patch-Makefile.PL
deleted file mode 100644
index 329b7ae8b445..000000000000
--- a/textproc/p5-PDF-API3/files/patch-Makefile.PL
+++ /dev/null
@@ -1,23 +0,0 @@
---- 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,
- );