summaryrefslogtreecommitdiff
path: root/textproc/p5-SGML-Parser-OpenSP/files/patch-Makefile.PL
blob: 7811b2b55c16a6ebe3a9bfcb41089cc073f17baa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.PL.orig	2007-07-29 03:05:27.000000000 +0800
+++ Makefile.PL	2007-07-29 03:06:38.000000000 +0800
@@ -26,6 +26,10 @@
       Test::Exception => 0,
       File::Temp      => 0,
     },
+    PM		      => {
+      'lib/SGML/Parser/OpenSP.pm' => '$(INST_LIB)/SGML/Parser/OpenSP.pm',
+      'lib/SGML/Parser/OpenSP/Tools.pm' => '$(INST_LIB)/SGML/Parser/OpenSP/Tools.pm'
+    },
     ($] >= 5.005 ?
       (ABSTRACT_FROM  => 'lib/SGML/Parser/OpenSP.pm',
        AUTHOR         => 'Bjoern Hoehrmann <bjoern@hoehrmann.de>') : ()),