diff options
Diffstat (limited to 'misc/astrolog/Makefile')
-rw-r--r-- | misc/astrolog/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index b52920227973..c739ee3a2f6a 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -40,13 +40,18 @@ DIST_SUBDIR= astrolog ALL_TARGET= astrolog NO_WRKSUBDIR= yes +post-extract: + -@${MKDIR} ${WRKDIR}/ephem + ${UNZIP_CMD} -qao ${_DISTDIR}/${EPHEM} -d ${WRKDIR}/ephem + post-patch: @${REINPLACE_CMD} -e "s@malloc.h@stdlib.h@g" \ ${WRKSRC}/astrolog.h ${WRKSRC}/placalc.h do-install: -@${MKDIR} ${PREFIX}/lib/astrolog - ${UNZIP_CMD} -qao ${_DISTDIR}/${EPHEM} -d ${PREFIX}/lib/astrolog + cd ${WRKDIR}/ephem && \ + ${INSTALL_DATA} * ${PREFIX}/lib/astrolog cd ${WRKSRC}; \ ${INSTALL_DATA} astrolog.dat ${PREFIX}/lib/astrolog/astrolog.dat-dist; \ if [ ! -f ${PREFIX}/lib/astrolog/astrolog.dat ] ; then \ |