diff options
Diffstat (limited to 'lang/perl5/files/patch-Install.pm')
-rw-r--r-- | lang/perl5/files/patch-Install.pm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/perl5/files/patch-Install.pm b/lang/perl5/files/patch-Install.pm index bbd42019def6..228b24a1088a 100644 --- a/lang/perl5/files/patch-Install.pm +++ b/lang/perl5/files/patch-Install.pm @@ -11,12 +11,3 @@ $FreeBSD$ if (-f $targetfile){ forceunlink($targetfile) unless $nonono; } else { -@@ -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: $!"); |