mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Take MAINTAINER'ship. Changelog: https://github.com/mquinson/po4a/blob/v0.63/NEWS Approved by: garga (maintainer) Differential Revision: https://reviews.freebsd.org/D28875
13 lines
523 B
Perl
13 lines
523 B
Perl
--- Po4aBuilder.pm.orig 2021-02-21 00:56:23 UTC
|
|
+++ Po4aBuilder.pm
|
|
@@ -118,8 +118,8 @@ sub ACTION_install {
|
|
$mandir =~ s,/man3$,,;
|
|
$self->install_path(man => $mandir);
|
|
|
|
- my $localedir = $self->install_destination('libdoc');
|
|
- $localedir =~ s,/man/man3$,/locale,;
|
|
+ my $localedir = $self->install_destination('bin');
|
|
+ $localedir =~ s,/bin$,/share/locale,;
|
|
$self->install_path(po => $localedir);
|
|
|
|
ExtUtils::Install::install($self->install_map, !$self->quiet, 0, $self->{args}{uninst}||0);
|