aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2014-06-06 15:26:41 +0000
committerAlex Kozlov <ak@FreeBSD.org>2014-06-06 15:26:41 +0000
commit12e263b358eb4de031ff2268b38ee6b9e21d79cb (patch)
treee64e38f3c341f18dafeb8cfc804d3d868ce5881f /devel
parent8f18cb5b109cb827f06ca986fd9a9300c9da8ae6 (diff)
downloadports-12e263b358eb4de031ff2268b38ee6b9e21d79cb.tar.gz
ports-12e263b358eb4de031ff2268b38ee6b9e21d79cb.zip
- Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip PR: ports/188419 Approved by: portmgr (bapt) Exp-run: antoine
Notes
Notes: svn path=/head/; revision=356803
Diffstat (limited to 'devel')
-rw-r--r--devel/jgoodies-common/Makefile2
-rw-r--r--devel/tnt/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/jgoodies-common/Makefile b/devel/jgoodies-common/Makefile
index 865a78f8f450..814093deb05b 100644
--- a/devel/jgoodies-common/Makefile
+++ b/devel/jgoodies-common/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit
-USES= dos2unix zip:infozip
+USES= dos2unix zip
USE_JAVA= yes
JAVA_VERSION= 1.6+
USE_ANT= yes
diff --git a/devel/tnt/Makefile b/devel/tnt/Makefile
index b78534382ddd..d61302c240ee 100644
--- a/devel/tnt/Makefile
+++ b/devel/tnt/Makefile
@@ -13,7 +13,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= erik@bz.bzflag.bz
COMMENT= Template Numerical Toolkit
-USES= zip:infozip
+USES= zip
NO_BUILD= yes
OPTIONS_DEFINE= DOCS
@@ -24,7 +24,7 @@ do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/tnt
${INSTALL_DATA} ${WRKDIR}/*.h ${STAGEDIR}${PREFIX}/include/tnt
${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${UNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/tnt120doc \
+ ${UNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/tnt120doc.zip \
-d ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>