diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2003-10-28 21:55:24 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2003-10-28 21:55:24 +0000 |
commit | 94c2da6051f4d072aea5ab121a90d0d28462ad20 (patch) | |
tree | 4d5a6074fd4c0d2a04fb6f31713d0ea8baca1cd5 /lang/perl5.12/files | |
parent | 63d3d4d9887481cea8dde2c2daf07754b6d647a2 (diff) |
Notes
Diffstat (limited to 'lang/perl5.12/files')
-rw-r--r-- | lang/perl5.12/files/patch-MM_Unix.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/perl5.12/files/patch-MM_Unix.pm b/lang/perl5.12/files/patch-MM_Unix.pm new file mode 100644 index 000000000000..7937392ae080 --- /dev/null +++ b/lang/perl5.12/files/patch-MM_Unix.pm @@ -0,0 +1,10 @@ +--- lib/ExtUtils/MM_Unix.pm.orig Tue Oct 28 22:12:01 2003 ++++ lib/ExtUtils/MM_Unix.pm Tue Oct 28 22:14:18 2003 +@@ -2089,6 +2089,7 @@ + ('$(PREFIX)') x 3; + } + else { ++ $self->{PREFIX} ||= $iprefix; # for FreeBSD ports collection + $self->{PERLPREFIX} ||= $iprefix; + $self->{SITEPREFIX} ||= $sprefix; + $self->{VENDORPREFIX} ||= $vprefix; |