freebsd-ports/textproc/p5-xmltv/files/extra-noportdocs-patch-Makefile.PL
Mario Sergio Fujikawa Ferreira 504e812317 Update to 0.5.36
Submitted by:	Adrian Colley <aecolley@spamcop.net>
2004-11-28 14:35:02 +00:00

23 lines
714 B
Perl

--- Makefile.PL.orig Sun Oct 24 22:33:25 2004
+++ Makefile.PL Sun Nov 28 12:15:52 2004
@@ -98,7 +98,7 @@
# because it is accessed by some code we add to MakeMaker.
#
our @docs;
-@docs = qw(doc/COPYING doc/QuickStart doc/README.win32 README);
+@docs = qw();
# Executables to be installed.
my @exes
@@ -385,10 +385,7 @@
{ name => 'tv_check',
blurb => 'Program to report exceptions and changes in a schedule',
exes => [ 'choose/tv_check/tv_check' ],
- docs => [ qw(choose/tv_check/README.tv_check
- choose/tv_check/tv_check_doc.html
- choose/tv_check/tv_check_doc.jpg
- ) ],
+ docs => [],
prereqs => { 'Tk' => 0,
'Tk::TableMatrix' => 0,
} },