summaryrefslogtreecommitdiff
path: root/astro/xtide/files/patch-aa
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-06-26 13:53:05 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-06-26 13:53:05 +0000
commit9bccb8fe0bef19b10f6f2526058c821274a9579e (patch)
treef99fe6911fc8a8f19864889af71a4e2579503c9b /astro/xtide/files/patch-aa
parentAdd experimental AGP support using dfr's experimental agp driver (currently (diff)
Avoid hardcoding /usr/X11R6/
PR: 19478 Submitted by: maintainer
Diffstat (limited to 'astro/xtide/files/patch-aa')
-rw-r--r--astro/xtide/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xtide/files/patch-aa b/astro/xtide/files/patch-aa
index 30ba0acb9726..ff2730eac2e4 100644
--- a/astro/xtide/files/patch-aa
+++ b/astro/xtide/files/patch-aa
@@ -13,7 +13,7 @@
}
}
if (hfile_path.isNull())
-! hfile_path = "/usr/X11R6/share/xtide/harmonics";
+! hfile_path = "%%PREFIX%%/share/xtide/harmonics";
harmonicsPath = new HarmonicsPath (hfile_path);
homedir = getenv ("HOME");