mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
--- scripts/ogle.in.orig Sun Nov 9 18:14:38 2003
|
|
+++ scripts/ogle.in Sun Nov 9 18:15:28 2003
|
|
@@ -330,7 +330,7 @@
|
|
if [ -x $DVDP_ROOT/ogle_gui$gui_debug ]; then
|
|
DVDP_UI=$DVDP_ROOT/ogle_gui$gui_debug
|
|
else
|
|
-DVDP_UI=$exec_prefix/bin/ogle_gui$gui_debug
|
|
+DVDP_UI=%%X11BASE%%/lib/ogle/ogle_gui$gui_debug
|
|
fi
|
|
fi
|
|
export DVDP_UI
|