File: 20makefile-manpage.patch

package info (click to toggle)
speedy-cgi-perl 2.22-13
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,144 kB
  • ctags: 884
  • sloc: ansic: 4,487; perl: 958; sh: 806; makefile: 91
file content (16 lines) | stat: -rw-r--r-- 652 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Niko Tyni <ntyni@iki.fi>
Description: Makefile.PL tries to be too smart, make it generate a manpage.
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -34,9 +34,9 @@
     VERSION_FROM	=> 'src/SpeedyCGI.src',
     EXE_FILES		=> [qw(speedy/speedy speedy_backend/speedy_backend)],
     CONFIGURE		=> sub { return {DIR=>\@dirs} },
-    PM			=> {'src/SpeedyCGI.pm'=>'$(INST_LIBDIR)/SpeedyCGI.pm'},
+    # PM			=> {'src/SpeedyCGI.pm'=>'$(INST_LIBDIR)/SpeedyCGI.pm'},
     MAN1PODS		=> {},
-    MAN3PODS		=> {},
+    # MAN3PODS		=> {},
     dist		=> {DIST_DEFAULT => 'mydist'},
     realclean		=> {FILES => 'README README.html lib'},
     %write_makefile_common