diff options
Diffstat (limited to 'textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL')
-rw-r--r-- | textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL b/textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL new file mode 100644 index 000000000000..e7b0e6f8ee9f --- /dev/null +++ b/textproc/p5-Text-Tabs+Wrap/files/patch-001.Makefile.PL @@ -0,0 +1,9 @@ +--- Makefile.PL~ Tue Feb 4 19:02:23 2003 ++++ Makefile.PL Tue Feb 4 19:02:34 2003 +@@ -9,6 +9,5 @@ + ('ABSTRACT' => 'Expand tabs and do simple line wrapping', + 'AUTHOR' => 'David Muir Sharnoff <muir@idiom.com>') : ()), + 'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" }, +- 'INSTALLDIRS' => 'perl', + ); + |