diff options
Diffstat (limited to 'math/jama/Makefile')
-rw-r--r-- | math/jama/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/jama/Makefile b/math/jama/Makefile index 975229207bef..0fdeb4c32750 100644 --- a/math/jama/Makefile +++ b/math/jama/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/tnt/tnt.h:${PORTSDIR}/devel/tnt \ unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ${LOCALBASE}/include/tnt/tnt.h:${PORTSDIR}/devel/tnt -USES= zip:infozip +USES= zip NO_BUILD= yes do-install: @@ -27,7 +27,7 @@ do-install: ${UNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ -d ${STAGEDIR}${PREFIX}/include/tnt ${MKDIR} ${WRKDIR}/doc ${STAGEDIR}${DOCSDIR} - ${UNZIP_CMD} -o ${DISTDIR}/${DIST_SUBDIR}/jama102doc \ + ${UNZIP_CMD} -o ${DISTDIR}/${DIST_SUBDIR}/jama102doc.zip \ -d ${WRKDIR}/doc (cd ${WRKDIR}/doc/doxygen && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) |