aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.6/files/patch-Install.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5.6/files/patch-Install.pm')
-rw-r--r--lang/perl5.6/files/patch-Install.pm22
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/perl5.6/files/patch-Install.pm b/lang/perl5.6/files/patch-Install.pm
deleted file mode 100644
index bbd42019def6..000000000000
--- a/lang/perl5.6/files/patch-Install.pm
+++ /dev/null
@@ -1,22 +0,0 @@
-$FreeBSD$
-
---- lib/ExtUtils/Install.pm.orig Fri Feb 23 03:57:55 2001
-+++ lib/ExtUtils/Install.pm Wed Jul 10 17:57:13 2002
-@@ -132,7 +132,7 @@
- $diff++;
- }
-
-- if ($diff){
-+ if ($diff||1){
- 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: $!");