aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-API3
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-09-06 08:01:32 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-09-06 08:01:32 +0000
commit7ef6699057feba804b385bb75f254abb2f0449ef (patch)
tree2fd3843df1d9ec64a6da1039e291e3824ea3173b /textproc/p5-PDF-API3
parent73e6698732ff1f9c7dd7af43dbed3c6f83157e59 (diff)
downloadports-7ef6699057feba804b385bb75f254abb2f0449ef.tar.gz
ports-7ef6699057feba804b385bb75f254abb2f0449ef.zip
Update to 0.45
Notes
Notes: svn path=/head/; revision=142062
Diffstat (limited to 'textproc/p5-PDF-API3')
-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,
- );