Fixup fromcvs/togit conversion
[pkgsrcv2.git] / devel / p5-VCP / patches / patch-Makefile.PL
1 $NetBSD$
2
3 * This patch to p5-VCP-autrijus disables the unneccessary
4   run of bin/gentrevml before "make", because it is time
5   consuming and is not used at all.
6   (taken from FreeBSD ports/devel/p5-VCP-autrijus)
7
8 --- Makefile.PL.orig    2005-01-10 12:39:47.000000000 +0000
9 +++ Makefile.PL
10 @@ -212,7 +212,7 @@ sub MY::postamble {
11     my $self = shift ;
12     return join(
13        "",
14 -      "\npure_all :: $io_test_files\n",
15 +      "\n#pure_all :: $io_test_files\n",
16        map(
17           "\n$_ : bin/gentrevml\n$io_scheme_revmls{$_}",
18          sort keys %io_scheme_revmls