summaryrefslogtreecommitdiff
path: root/textproc/po4a/files/patch-Po4aBuilder.pm
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/po4a/files/patch-Po4aBuilder.pm')
-rw-r--r--textproc/po4a/files/patch-Po4aBuilder.pm11
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/po4a/files/patch-Po4aBuilder.pm b/textproc/po4a/files/patch-Po4aBuilder.pm
index e1d05327ed9c..34f9c8575f89 100644
--- a/textproc/po4a/files/patch-Po4aBuilder.pm
+++ b/textproc/po4a/files/patch-Po4aBuilder.pm
@@ -1,6 +1,6 @@
---- Po4aBuilder.pm.orig 2013-08-21 15:11:04.000000000 -0500
-+++ Po4aBuilder.pm 2015-04-06 11:57:21.938813000 -0500
-@@ -132,13 +132,13 @@
+--- Po4aBuilder.pm.orig 2013-08-21 20:11:04 UTC
++++ Po4aBuilder.pm
+@@ -132,13 +132,13 @@ sub ACTION_install {
require ExtUtils::Install;
# $self->depends_on('build');
@@ -10,9 +10,10 @@
$self->install_path(man => $mandir);
$self->install_path(manl10n => $mandir);
- my $localedir = $mandir;
+- my $localedir = $mandir;
- $localedir =~ s,/man$,/locale,;
-+ $localedir =~ s,/man$,/share/locale,;
++ my $localedir = $self->install_path->{'bin'};
++ $localedir =~ s,/bin$,/share/locale,;
$self->install_path(po => $localedir);
ExtUtils::Install::install($self->install_map, !$self->quiet, 0, $self->{args}{uninst}||0);