1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

devel/tnt: use UNZIP_CMD instead of EXTRACT_CMD

This commit is contained in:
John Marino 2014-06-01 07:56:42 +00:00
parent ce3b039d0d
commit 060db7b1f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356057

View File

@ -24,7 +24,7 @@ do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/tnt
${INSTALL_DATA} ${WRKDIR}/*.h ${STAGEDIR}${PREFIX}/include/tnt
${MKDIR} ${STAGEDIR}${DOCSDIR}
${EXTRACT_CMD} ${DISTDIR}/${DIST_SUBDIR}/tnt120doc \
${UNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/tnt120doc \
-d ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>