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 | |
parent | 01575aa3058366d5aeb6c4e5a6e0529262ddea13 (diff) | |
download | ports-dacaba58c31bb2b52b8537141b21c2f5cd2f4adc.tar.gz ports-dacaba58c31bb2b52b8537141b21c2f5cd2f4adc.zip |
Notes
Diffstat (limited to 'astro/xephem')
-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 |