diff options
author | Steve Price <steve@FreeBSD.org> | 2000-04-30 00:04:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-04-30 00:04:34 +0000 |
commit | 530019b51dce99e417df538c0bda69023d179374 (patch) | |
tree | 6561d4a85a2a7a86d9c6604b9db52db716d3de34 /astro/xtide/files/patch-aa | |
parent | s/gopher2\.3/gopher2_3/ (diff) |
Get the harmonics file from harmonics.world.gz. Also for now remove
USE_X_PREFIX since this port was trying to install a file in
${X11BASE}/sbin but not creating the directory first. This is not
100% correct but it will fix builds on bento for now.
PR: 18260
Submitted by: partially by maintainer
Notes
Notes:
svn path=/head/; revision=28118
Diffstat (limited to '')
-rw-r--r-- | astro/xtide/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xtide/files/patch-aa b/astro/xtide/files/patch-aa index fc4fef86d367..e2101ee36593 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/harmonics"; +! hfile_path = "/usr/local/share/xtide/harmonics"; harmonicsPath = new HarmonicsPath (hfile_path); homedir = getenv ("HOME"); |