diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-07-14 07:29:02 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-07-14 07:29:02 +0000 |
commit | 1cde113bf43e476e291f9c070133a332f68d822c (patch) | |
tree | 21843b020d75694f91116468f0ceee4d14b46c8b /misc/astrolog | |
parent | ef94d6cfcaebcf0d8918108fdf0b97f779c8ed89 (diff) | |
download | ports-1cde113bf43e476e291f9c070133a332f68d822c.tar.gz ports-1cde113bf43e476e291f9c070133a332f68d822c.zip |
Notes
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/Makefile | 5 | ||||
-rw-r--r-- | misc/astrolog/pkg-plist | 6 |
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 |