summaryrefslogtreecommitdiffstats
path: root/lang/perl5.14/files/patch-Install.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5.14/files/patch-Install.pm')
-rw-r--r--lang/perl5.14/files/patch-Install.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/perl5.14/files/patch-Install.pm b/lang/perl5.14/files/patch-Install.pm
new file mode 100644
index 0000000..06bef47
--- /dev/null
+++ b/lang/perl5.14/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: $!");
OpenPOWER on IntegriCloud