summaryrefslogtreecommitdiff
path: root/www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2014-07-04 05:32:09 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2014-07-04 05:32:09 +0000
commita0f283b8e69400004c77661ebf63f8b0920a3d29 (patch)
treefc168ac8226b9c879ab94c12afdb2fed2b11f098 /www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm
parent- Update from 1.2.0 to 1.2.1 (diff)
Update to 0.21
ChangeLog: http://cpansearch.perl.org/src/FALCONE/RT-Authen-ExternalAuth-0.21/ChangeLog
Diffstat (limited to 'www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm')
-rw-r--r--www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm b/www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm
new file mode 100644
index 000000000000..2bea6fede08b
--- /dev/null
+++ b/www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm
@@ -0,0 +1,11 @@
+--- ./inc/Module/Install/RTx.pm.orig 2014-07-02 03:19:37.000000000 +0100
++++ ./inc/Module/Install/RTx.pm 2014-07-03 22:52:03.274581922 +0100
+@@ -77,7 +77,7 @@
+ my %index = map { $_ => 1 } @INDEX_DIRS;
+ $self->no_index( directory => $_ ) foreach grep !$index{$_}, @DIRS;
+
+- my $args = join ', ', map "q($_)", map { ($_, $path{$_}) }
++ my $args = join ', ', map "q($_)", map { ($_, "\${DESTDIR}$path{$_}") }
+ sort keys %path;
+
+ printf "%-10s => %s\n", $_, $path{$_} for sort keys %path;