summaryrefslogtreecommitdiff
path: root/lang/perl5.8/files/patch-Install.pm
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-06-16 12:28:01 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-06-16 12:28:01 +0000
commit5596d333922cde4af97af5ffdcb6af3eae01e4ab (patch)
tree514d250f48968122d4dd32fd76b9cea6bfb11b97 /lang/perl5.8/files/patch-Install.pm
parentUpdate to 20020403a. (diff)
1. Do not do rm -rf as a mean to deinstall this port. Instead, apart
from normal rmdir'ing and unexec rmdir'ing, do a find | xargs rm for generated .ph files, since those will differ in different versions of FreeBSD just like .h files may not be the same. 2. Install.pm is broken in 5.6.1 and leads to the wrong .packlist generation, which, in turn, breaks BSDPAN. Fix that. 3. Extend use.perl to patch /etc/manpath.config so that manpages for modules installed by this and other p5- ports are be available. PR: 39108 (item 1) Reported by: Dan Nelson <dan@dan.emsphone.com> (item 1)
Notes
Notes: svn path=/head/; revision=61362
Diffstat (limited to 'lang/perl5.8/files/patch-Install.pm')
-rw-r--r--lang/perl5.8/files/patch-Install.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/perl5.8/files/patch-Install.pm b/lang/perl5.8/files/patch-Install.pm
new file mode 100644
index 000000000000..06bef472a7cf
--- /dev/null
+++ b/lang/perl5.8/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: $!");