diff options
author | John Marino <marino@FreeBSD.org> | 2014-06-01 11:14:59 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-06-01 11:14:59 +0000 |
commit | c7984d1e891a19ffa4fdb85d44716cb62848fbf6 (patch) | |
tree | d92d6c99847fb382d1bfcc7a00335deca3b879aa /math/jama | |
parent | e3fe4137a92a7613b3e50c04c0155e4fa4d3e873 (diff) |
Notes
Diffstat (limited to 'math/jama')
-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 c2b242c54440..975229207bef 100644 --- a/math/jama/Makefile +++ b/math/jama/Makefile @@ -24,10 +24,10 @@ NO_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/tnt - ${EXTRACT_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ + ${UNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ -d ${STAGEDIR}${PREFIX}/include/tnt ${MKDIR} ${WRKDIR}/doc ${STAGEDIR}${DOCSDIR} - ${EXTRACT_CMD} -o ${DISTDIR}/${DIST_SUBDIR}/jama102doc \ + ${UNZIP_CMD} -o ${DISTDIR}/${DIST_SUBDIR}/jama102doc \ -d ${WRKDIR}/doc (cd ${WRKDIR}/doc/doxygen && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) |