summaryrefslogtreecommitdiff
path: root/devel/RTx-Shredder/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/RTx-Shredder/patches/patch-aa')
-rw-r--r--devel/RTx-Shredder/patches/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/RTx-Shredder/patches/patch-aa b/devel/RTx-Shredder/patches/patch-aa
deleted file mode 100644
index 808046926bb..00000000000
--- a/devel/RTx-Shredder/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2011/06/26 09:56:36 wiz Exp $
-
---- inc/Module/Install/RTx.pm.orig 2005-09-27 00:23:22.000000000 +0200
-+++ inc/Module/Install/RTx.pm
-@@ -29,7 +29,8 @@ sub RTx {
-
- if ($prefix) {
-- $RT::LocalPath = $prefix;
-- $INC{'RT.pm'} = "$RT::LocalPath/lib/RT.pm";
-+ $RT::LocalPath = "$ENV{DESTDIR}$prefix";
-+ $RT::LocalHtmlPath = "$ENV{DESTDIR}$prefix/share/rt3/html";
-+ $INC{'RT.pm'} = "$RT::LocalPath/lib/rt3/RT.pm";
- }
- else {
- local @INC = (