diff options
author | erich <erich@FreeBSD.org> | 1997-07-15 06:09:29 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1997-07-15 06:09:29 +0800 |
commit | 2d9794a26710d692423efefeafdcfbebc596e643 (patch) | |
tree | 13f391c8de304535c82c8c7d9f4bf92847690646 /astro | |
parent | f383ee4b9f78ccafdd0298f3527f5f997daf2340 (diff) | |
download | freebsd-ports-gnome-2d9794a26710d692423efefeafdcfbebc596e643.tar.gz freebsd-ports-gnome-2d9794a26710d692423efefeafdcfbebc596e643.tar.zst freebsd-ports-gnome-2d9794a26710d692423efefeafdcfbebc596e643.zip |
fix the spp-defaults file so data files are found properly
PR: 3637
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xephem/files/patch-aa | 2 | ||||
-rw-r--r-- | astro/xephem/pkg-plist | 2 |
2 files changed, 3 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 diff --git a/astro/xephem/pkg-plist b/astro/xephem/pkg-plist index 1061c7edd9d6..216a1c758622 100644 --- a/astro/xephem/pkg-plist +++ b/astro/xephem/pkg-plist @@ -44,6 +44,8 @@ lib/X11/xephem/work/ephem.plt @dirrm lib/X11/xephem/auxil/gsccache @dirrm lib/X11/xephem/auxil @dirrm lib/X11/xephem/edb +@dirrm lib/X11/xephem/gscdbd/cache +@dirrm lib/X11/xephem/gscdbd @dirrm lib/X11/xephem/tools/gsc @dirrm lib/X11/xephem/tools @dirrm lib/X11/xephem/work |