From 99b0e26502e11b162495d98c2c42a363d4ff23e7 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 25 Mar 2014 14:31:24 +0000 Subject: - Update to 0.45 - Support STAGE - Add LICENSE --- textproc/po4a/files/patch-Po4aBuilder.pm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/po4a/files/patch-Po4aBuilder.pm (limited to 'textproc/po4a/files/patch-Po4aBuilder.pm') 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); -- cgit v1.2.3