svn commit: r356057 - head/devel/tnt

John Marino marino at FreeBSD.org
Sun Jun 1 07:56:43 UTC 2014


Author: marino
Date: Sun Jun  1 07:56:42 2014
New Revision: 356057
URL: http://svnweb.freebsd.org/changeset/ports/356057
QAT: https://qat.redports.org/buildarchive/r356057/

Log:
  devel/tnt: use UNZIP_CMD instead of EXTRACT_CMD

Modified:
  head/devel/tnt/Makefile

Modified: head/devel/tnt/Makefile
==============================================================================
--- head/devel/tnt/Makefile	Sun Jun  1 07:41:14 2014	(r356056)
+++ head/devel/tnt/Makefile	Sun Jun  1 07:56:42 2014	(r356057)
@@ -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>


More information about the svn-ports-head mailing list