1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/textproc/po4a/files/patch-Po4aBuilder.pm
Renato Botelho 99b0e26502 - Update to 0.45
- Support STAGE
- Add LICENSE
2014-03-25 14:31:24 +00:00

12 lines
436 B
Perl

--- 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);