freebsd-ports/www/rt38/files/patch-lib__RT.pm.in
Philip M. Gollucci 91663ae8d1 - Fix s/2008/2009/ in expiration dates
- Jump through hoops to get rt38 to install into hier(7) layout
  o RT_LAYOUT is not overrideable
  o add LocalHtmlPath as hack for p5-RTx-* pluggins to RT.pm

- Disbale local-install target it doesn't even worth outside the ports tree
  must be left over from previous code

- Disable instruct target in favor of pkg-message

- www/p5-RTx-Shredder is now part of www/rt38
  DEPRECATE and note future removal
2008-12-29 05:35:06 +00:00

14 lines
525 B
Perl

--- ./lib/RT.pm.in.orig 2008-08-18 11:14:11.000000000 -0400
+++ ./lib/RT.pm.in 2008-12-28 23:13:17.000000000 -0500
@@ -70,8 +70,10 @@
our $LocalEtcPath = '@LOCAL_ETC_PATH@';
our $LocalLibPath = '@LOCAL_LIB_PATH@';
our $LocalLexiconPath = '@LOCAL_LEXICON_PATH@';
-our $LocalPluginPath = $LocalPath."/plugins";
+our $LocalPluginPath = $LocalPath."/share/rt38/plugins";
+## For FreeBSD p5-RT* ports
+our $LocalHtmlPath = '@MASON_HTML_PATH@';
# $MasonComponentRoot is where your rt instance keeps its mason html files