diff options
Diffstat (limited to 'lang/perl5.12/files/patch-Install.pm')
-rw-r--r-- | lang/perl5.12/files/patch-Install.pm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/perl5.12/files/patch-Install.pm b/lang/perl5.12/files/patch-Install.pm new file mode 100644 index 0000000..06bef47 --- /dev/null +++ b/lang/perl5.12/files/patch-Install.pm @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- lib/ExtUtils/Install.pm.orig Sun Jun 16 13:36:29 2002 ++++ lib/ExtUtils/Install.pm Sun Jun 16 13:36:50 2002 +@@ -156,7 +156,7 @@ + } else { + inc_uninstall($_,$File::Find::dir,$verbose,0); # nonono set to 0 + } +- $packlist->{$origfile}++; ++ $packlist->{$targetfile}++; + + }, "."); + chdir($cwd) or Carp::croak("Couldn't chdir to $cwd: $!"); |