ports/textproc/po4a/files/patch-Po4aBuilder.pm
Danilo G. Baio cf341c22ea textproc/po4a: Update to 0.63
Take MAINTAINER'ship.

Changelog:	https://github.com/mquinson/po4a/blob/v0.63/NEWS

Approved by:	garga (maintainer)
Differential Revision:	https://reviews.freebsd.org/D28875
2021-02-24 00:21:55 +00:00

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