summaryrefslogtreecommitdiff
path: root/misc/astrolog
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-07-14 07:29:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-07-14 07:29:02 +0000
commit1cde113bf43e476e291f9c070133a332f68d822c (patch)
tree21843b020d75694f91116468f0ceee4d14b46c8b /misc/astrolog
parentUpgrade to 5.20 (diff)
Fix file name case for ephemeris
Notes
Notes: svn path=/head/; revision=3390
Diffstat (limited to 'misc/astrolog')
-rw-r--r--misc/astrolog/Makefile5
-rw-r--r--misc/astrolog/pkg-plist6
2 files changed, 6 insertions, 5 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile
index 3b874d2ff55b..8dc118591903 100644
--- a/misc/astrolog/Makefile
+++ b/misc/astrolog/Makefile
@@ -26,7 +26,8 @@ MAINTAINER= ache@FreeBSD.ORG
post-extract:
cd ${WRKSRC}/..; \
for i in ${EPHEM}; do \
- zcat ${DISTDIR}/$$i.gz > $$i; \
+ zcat ${DISTDIR}/$$i.gz > \
+ `echo $$i | tr '[:lower:]' '[:upper:]'`; \
done
post-patch:
@@ -43,7 +44,7 @@ do-install:
-@mkdir ${PREFIX}/lib/astrolog
cd ${WRKSRC}/..; \
${INSTALL} -c -m ${SHAREMODE} -o ${SHAREOWN} -g ${SHAREGRP} \
- ${EPHEM} ${PREFIX}/lib/astrolog
+ LRZ5_* CHI_* CPJV_* ${PREFIX}/lib/astrolog
cd ${WRKSRC}/..; \
if [ -f ${PREFIX}/lib/astrolog/astrolog.dat ] ; then \
${INSTALL} -c -m ${SHAREMODE} -o ${SHAREOWN} -g ${SHAREGRP} \
diff --git a/misc/astrolog/pkg-plist b/misc/astrolog/pkg-plist
index 214ecf6f2f2e..d4a21f03b87e 100644
--- a/misc/astrolog/pkg-plist
+++ b/misc/astrolog/pkg-plist
@@ -3,6 +3,6 @@ share/astrolog/helpfile.520
share/astrolog/readme.520
info/astrolog.info.gz
lib/astrolog/astrolog.dat
-lib/astrolog/lrz5_24
-lib/astrolog/chi_24
-lib/astrolog/cpjv_24
+lib/astrolog/LRZ5_24
+lib/astrolog/CHI_24
+lib/astrolog/CPJV_24