aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2014-06-06 23:26:41 +0800
committerak <ak@FreeBSD.org>2014-06-06 23:26:41 +0800
commit0f745f489ad0222501a397101b34d7d775d2e7eb (patch)
treee64e38f3c341f18dafeb8cfc804d3d868ce5881f /graphics
parenta96bbf53e83e05784f9f205c0c9f1801f6b1b416 (diff)
downloadfreebsd-ports-gnome-0f745f489ad0222501a397101b34d7d775d2e7eb.tar.gz
freebsd-ports-gnome-0f745f489ad0222501a397101b34d7d775d2e7eb.tar.zst
freebsd-ports-gnome-0f745f489ad0222501a397101b34d7d775d2e7eb.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
Diffstat (limited to 'graphics')
-rw-r--r--graphics/aoi/Makefile4
-rw-r--r--graphics/cbviewer/Makefile5
-rw-r--r--graphics/libecwj2/Makefile2
3 files changed, 5 insertions, 6 deletions
diff --git a/graphics/aoi/Makefile b/graphics/aoi/Makefile
index 7bbd722a5259..b56f51e165e7 100644
--- a/graphics/aoi/Makefile
+++ b/graphics/aoi/Makefile
@@ -18,8 +18,8 @@ LICENSE= GPLv2
LIB_DEPENDS= libjogl.so:${PORTSDIR}/graphics/jogl
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
-USES= zip:infozip
-EXTRACT_BEFORE_ARGS= -a -q
+USES= dos2unix zip
+DOS2UNIX_FILES= ../AoI_Manual/*.html
USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_BUILD= yes
diff --git a/graphics/cbviewer/Makefile b/graphics/cbviewer/Makefile
index e958aa5b6d15..46463873da64 100644
--- a/graphics/cbviewer/Makefile
+++ b/graphics/cbviewer/Makefile
@@ -17,10 +17,9 @@ COMMENT= Comic book viewer for comic book archives in cbz, cbr, zip, rar
LICENSE= GPLv2
-RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \
- unzip:${PORTSDIR}/archivers/unzip
+RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar
-USES= dos2unix zip:infozip
+USES= dos2unix zip
DOS2UNIX_GLOB= CREDITS
USE_JAVA= yes
JAVA_VERSION= 1.6+
diff --git a/graphics/libecwj2/Makefile b/graphics/libecwj2/Makefile
index 329f542baf45..8e4388fdf7d6 100644
--- a/graphics/libecwj2/Makefile
+++ b/graphics/libecwj2/Makefile
@@ -18,7 +18,7 @@ USE_AUTOTOOLS= libtool autoconf
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USES= gmake zip:infozip
+USES= gmake zip
post-extract:
cd ${WRKDIR} && \