svn commit: r383450 - head/textproc/po4a/files
Renato Botelho
garga at FreeBSD.org
Mon Apr 6 17:04:27 UTC 2015
Author: garga
Date: Mon Apr 6 17:04:26 2015
New Revision: 383450
URL: https://svnweb.freebsd.org/changeset/ports/383450
Log:
Fix installation when PREFIX != /usr/local
Submitted by: John Hein <john.hein at microsemi.com>
Obtained from: https://alioth.debian.org/tracker/index.php?func=detail&aid=315040
Modified:
head/textproc/po4a/files/patch-Po4aBuilder.pm
Modified: head/textproc/po4a/files/patch-Po4aBuilder.pm
==============================================================================
--- head/textproc/po4a/files/patch-Po4aBuilder.pm Mon Apr 6 16:58:36 2015 (r383449)
+++ head/textproc/po4a/files/patch-Po4aBuilder.pm Mon Apr 6 17:04:26 2015 (r383450)
@@ -1,6 +1,13 @@
---- 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 @@
+--- Po4aBuilder.pm.orig 2013-08-21 15:11:04.000000000 -0500
++++ Po4aBuilder.pm 2015-04-06 11:57:21.938813000 -0500
+@@ -132,13 +132,13 @@
+
+ require ExtUtils::Install;
+ # $self->depends_on('build');
+- my $mandir = $self->install_sets($self->installdirs)->{'bindoc'};
++ my $mandir = $self->install_path->{'bindoc'};
+ $mandir =~ s,/man1$,,;
+ $self->install_path(man => $mandir);
$self->install_path(manl10n => $mandir);
my $localedir = $mandir;
More information about the svn-ports-head
mailing list