diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-07-14 22:09:29 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-07-14 22:09:29 +0000 |
commit | dacaba58c31bb2b52b8537141b21c2f5cd2f4adc (patch) | |
tree | ba9ba01579e6a767cbc8cff3fdd906516ed56522 /astro/xephem/files/patch-aa | |
parent | ckages/ is also useful to ignore, while we are about it. (diff) |
fix the spp-defaults file so data files are found properly
PR: 3637
Diffstat (limited to 'astro/xephem/files/patch-aa')
-rw-r--r-- | astro/xephem/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xephem/files/patch-aa b/astro/xephem/files/patch-aa index 7a5988923506..b38fff7fc263 100644 --- a/astro/xephem/files/patch-aa +++ b/astro/xephem/files/patch-aa @@ -16,4 +16,4 @@ +install:: + mkdir -p ${PREFIX}/lib/X11/xephem + tar -cf - auxil edb tools work |(cd ${PREFIX}/lib/X11/xephem; tar -xf -) -+ cp XEphem.ad ${PREFIX}/lib/X11/app-defaults/XEphem ++ sed s,@PREFIX@,${PREFIX}, XEphem.ad > ${PREFIX}/lib/X11/app-defaults/XEphem |