mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
8f38e7e51e
PR: ports/112287 Submitted by: Sergey Prikhodko <sergey at network-asp.biz> Approved by: Vivek Khera <vivek at khera.org> (maintainer)
16 lines
362 B
Plaintext
16 lines
362 B
Plaintext
--- bin/webmux.pl.in.orig Tue Sep 26 18:06:31 2006
|
|
+++ bin/webmux.pl.in Mon Apr 30 23:04:45 2007
|
|
@@ -63,6 +63,12 @@
|
|
}
|
|
|
|
use lib ( "@LOCAL_LIB_PATH@", "@RT_LIB_PATH@" );
|
|
+if ($ENV{RT_INSTANCE_PATH}) {
|
|
+ lib->import("$ENV{RT_INSTANCE_PATH}/local/lib");
|
|
+}
|
|
+if ($ENV{RT_VENDOR_PATH}) {
|
|
+ lib->import($ENV{RT_VENDOR_PATH});
|
|
+}
|
|
use RT;
|
|
|
|
package RT::Mason;
|