diff options
Diffstat (limited to 'misc/p5-DataCash/files/patch-Makefile.PL')
-rw-r--r-- | misc/p5-DataCash/files/patch-Makefile.PL | 20 |
1 files changed, 20 insertions, 0 deletions
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' } + ); + |