summaryrefslogtreecommitdiffstats
path: root/misc/astrolog/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-07-14 07:29:02 +0000
committerache <ache@FreeBSD.org>1996-07-14 07:29:02 +0000
commitbb952caac49703a72268e192a0775a5904c1698d (patch)
tree2dfc147f85c0d7b652370e856b981a05dba6e8ed /misc/astrolog/Makefile
parentd2ef422540f7be43ceb12026669ae4bad11deae6 (diff)
downloadFreeBSD-ports-bb952caac49703a72268e192a0775a5904c1698d.zip
FreeBSD-ports-bb952caac49703a72268e192a0775a5904c1698d.tar.gz
Fix file name case for ephemeris
Diffstat (limited to 'misc/astrolog/Makefile')
-rw-r--r--misc/astrolog/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile
index 3b874d2..8dc1185 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} \
OpenPOWER on IntegriCloud