mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
0f221d1d14
PR: 110811 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
16 lines
695 B
C++
16 lines
695 B
C++
--- Global.cc.orig Thu Mar 15 09:58:01 2007
|
|
+++ Global.cc Fri Mar 23 02:31:17 2007
|
|
@@ -241,10 +241,10 @@
|
|
break;
|
|
case Error::NO_HFILE_PATH:
|
|
text_out += "NO_HFILE_PATH\n\
|
|
-If /etc/xtide.conf is not provided, you must set the environment variable\n\
|
|
+If %%PREFIX%%/etc/xtide.conf is not provided, you must set the environment variable\n\
|
|
HFILE_PATH to point to your harmonics files. Example:\n\
|
|
export HFILE_PATH=/usr/local/share/xtide/harmonics.tcd\n\
|
|
-Please refer to the documentation for usage of /etc/xtide.conf.";
|
|
+Please refer to the documentation for usage of %%PREFIX%%/etc/xtide.conf.";
|
|
break;
|
|
case Error::NO_HFILE_IN_PATH:
|
|
text_out += "NO_HFILE_IN_PATH\n\
|