forked from Lainports/freebsd-ports
"cluster-software" module patches). Make port LOCALBASE independent (ports/35945). PR: 35945 (modified) Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
7 lines
312 B
Text
7 lines
312 B
Text
--- config-freebsd.orig Sat Mar 16 06:24:11 2002
|
|
+++ config-freebsd Sat Mar 16 06:24:22 2002
|
|
@@ -1,3 +1,3 @@
|
|
find_pid_command=ps auxwwww | grep NAME | grep -v grep | awk '{ print $2 }'
|
|
-path=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
|
|
+path=/bin:/usr/bin:/sbin:/usr/sbin:%%PREFIX%%/bin
|
|
ld_env=LD_LIBRARY_PATH
|