aboutsummaryrefslogtreecommitdiff
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, 11 insertions, 0 deletions
diff --git a/textproc/po4a/files/patch-Po4aBuilder.pm b/textproc/po4a/files/patch-Po4aBuilder.pm
new file mode 100644
index 000000000000..18a8a4160baf
--- /dev/null
+++ b/textproc/po4a/files/patch-Po4aBuilder.pm
@@ -0,0 +1,11 @@
+--- Po4aBuilder.pm.orig 2014-03-25 01:47:00.000000000 -0300
++++ Po4aBuilder.pm 2014-03-25 01:47:32.000000000 -0300
+@@ -138,7 +138,7 @@
+ $self->install_path(manl10n => $mandir);
+
+ my $localedir = $mandir;
+- $localedir =~ s,/man$,/locale,;
++ $localedir =~ s,/man$,/share/locale,;
+ $self->install_path(po => $localedir);
+
+ ExtUtils::Install::install($self->install_map, !$self->quiet, 0, $self->{args}{uninst}||0);