From 619c121d3faa3bbcbe5705eb16853ec8f128a499 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Mon, 13 Aug 2001 14:16:00 +0000 Subject: Grr. I badly broke this port's installation. Fix in a klugy sort of way untill I can revisit. --- misc/p5-DataCash/files/patch-Makefile.PL | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 misc/p5-DataCash/files/patch-Makefile.PL (limited to 'misc/p5-DataCash/files/patch-Makefile.PL') diff --git a/misc/p5-DataCash/files/patch-Makefile.PL b/misc/p5-DataCash/files/patch-Makefile.PL new file mode 100644 index 000000000000..d9485a671f22 --- /dev/null +++ b/misc/p5-DataCash/files/patch-Makefile.PL @@ -0,0 +1,20 @@ +--- Makefile.PL.orig Mon Aug 13 15:03:10 2001 ++++ Makefile.PL Mon Aug 13 15:07:05 2001 +@@ -52,12 +52,12 @@ + } + + WriteMakefile( +- 'NAME' => 'DataCash::External', ++ 'NAME' => 'External', + 'VERSION_FROM' => 'DataCash/External.pm', + 'PREREQ_PM' => $deps, +- 'dist' => { +- COMPRESS => 'gzip', +- SUFFIX => 'gz', +- }, ++ 'PM' => { 'DataCash/External.pm' => '$(INST_LIBDIR)/DataCash/External.pm', ++ 'datacash.pl' => '$(INST_LIBDIR)/DataCash/datacash.pl', ++ 'File/KGlob.pm' => '$(INST_LIBDIR)/File/KGlob.pm', ++ 'File/KGlob2RE.pm' => '$(INST_LIBDIR)/File/KGlob2RE.pm' } + ); + -- cgit v1.2.3