diff options
-rw-r--r-- | math/jama/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/jama/Makefile b/math/jama/Makefile index 0fdeb4c32750..c5d803aa779d 100644 --- a/math/jama/Makefile +++ b/math/jama/Makefile @@ -15,8 +15,7 @@ EXTRACT_ONLY= MAINTAINER= erik@bz.bzflag.bz COMMENT= Java-like Matrix C++ Templates -BUILD_DEPENDS= ${LOCALBASE}/include/tnt/tnt.h:${PORTSDIR}/devel/tnt \ - unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= ${LOCALBASE}/include/tnt/tnt.h:${PORTSDIR}/devel/tnt RUN_DEPENDS= ${LOCALBASE}/include/tnt/tnt.h:${PORTSDIR}/devel/tnt USES= zip @@ -24,11 +23,11 @@ NO_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/tnt - ${UNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \ -d ${STAGEDIR}${PREFIX}/include/tnt ${MKDIR} ${WRKDIR}/doc ${STAGEDIR}${DOCSDIR} - ${UNZIP_CMD} -o ${DISTDIR}/${DIST_SUBDIR}/jama102doc.zip \ + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DIST_SUBDIR}/jama102doc.zip \ -d ${WRKDIR}/doc - (cd ${WRKDIR}/doc/doxygen && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) + (cd ${WRKDIR}/doc/doxygen && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> |