diff options
-rw-r--r-- | cad/electric-ng/Makefile | 2 | ||||
-rw-r--r-- | devel/ros-nxt/Makefile | 2 | ||||
-rw-r--r-- | emulators/javatari/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmsbackup/Makefile | 2 | ||||
-rw-r--r-- | games/galaxyhack/Makefile | 2 | ||||
-rw-r--r-- | games/pykawari/Makefile | 2 | ||||
-rw-r--r-- | games/sdb/Makefile | 2 | ||||
-rw-r--r-- | japanese/tomoe/Makefile | 2 | ||||
-rw-r--r-- | java/eclipse/Makefile | 2 | ||||
-rw-r--r-- | sysutils/memtest86/Makefile | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/cad/electric-ng/Makefile b/cad/electric-ng/Makefile index 38c563f479e9..15c33ea1ab70 100644 --- a/cad/electric-ng/Makefile +++ b/cad/electric-ng/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= MAINTAINER= danilogondolfo@gmail.com COMMENT= A sophisticated VLSI design system -EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip USE_JAVA= yes JAVA_VERSION= 1.6+ diff --git a/devel/ros-nxt/Makefile b/devel/ros-nxt/Makefile index 2162ab8d0a4b..646d71285bcc 100644 --- a/devel/ros-nxt/Makefile +++ b/devel/ros-nxt/Makefile @@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/${STACKNAME}-${PORTVERSION} # TODO port python-bluez for secondary bluetooth interface (no bluetooth here) -EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip BUILD_DEPENDS= rosmake:${PORTSDIR}/devel/ros \ ${LOCALBASE}/ros/stacks/ros_comm/stack.xml:${PORTSDIR}/devel/ros_comm \ ${LOCALBASE}/ros/stacks/common_msgs/stack.xml:${PORTSDIR}/devel/ros-common_msgs \ diff --git a/emulators/javatari/Makefile b/emulators/javatari/Makefile index c2a5d8c7d34d..ffd10727a54a 100644 --- a/emulators/javatari/Makefile +++ b/emulators/javatari/Makefile @@ -11,7 +11,7 @@ EXTRACT_ONLY= MAINTAINER= danilogondolfo@gmail.com COMMENT= Multiplayer Atari 2600 emulator written in pure Java -EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip USE_JAVA= yes JAVA_VERSION= 1.6+ diff --git a/emulators/vmsbackup/Makefile b/emulators/vmsbackup/Makefile index e0164035d48e..ef8fc4985cfa 100644 --- a/emulators/vmsbackup/Makefile +++ b/emulators/vmsbackup/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= .ZIP MAINTAINER= ports@FreeBSD.org COMMENT= Reads VMS BACKUP tapes -EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip ALL_TARGET= vmsbackup PLIST_FILES= bin/vmsbackup diff --git a/games/galaxyhack/Makefile b/games/galaxyhack/Makefile index 51c3beec3fa1..f700d39e3aba 100644 --- a/games/galaxyhack/Makefile +++ b/games/galaxyhack/Makefile @@ -32,7 +32,7 @@ FLEETS_FILE= gh_fleets_020906.zip .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFLEETS} -EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip DISTFILES+= ${FLEETS_FILE} PLIST_SUB+= FLEETS="" .else diff --git a/games/pykawari/Makefile b/games/pykawari/Makefile index bebd1a45682f..7af7b6c9747e 100644 --- a/games/pykawari/Makefile +++ b/games/pykawari/Makefile @@ -15,7 +15,7 @@ DISTNAME= kawari-${PORTVERSION:S/.//g} MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= A real kawari8 module for ninix-aya -EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ninix:${PORTSDIR}/games/ninix-aya EXTRACT_CMD= ${UNZIP_CMD} diff --git a/games/sdb/Makefile b/games/sdb/Makefile index 9902bcc1a328..d8d37bd163a5 100644 --- a/games/sdb/Makefile +++ b/games/sdb/Makefile @@ -36,7 +36,7 @@ PLIST_SUB+= MODEL_SUFFIX="md2" .else # big-endian requires different set of models DISTFILES+= shotgun-debugger-1.0.mac-ppc.zip -EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip PLIST_SUB+= MODEL_SUFFIX="md2b" post-extract: diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile index eed174a432b1..2a241d6420e8 100644 --- a/japanese/tomoe/Makefile +++ b/japanese/tomoe/Makefile @@ -97,7 +97,7 @@ BROKEN= Not buildable with Unihan on sparc64 .endif MASTER_SITES+= ftp://ftp.unicode.org/Public/UNIDATA/:unihan DISTFILES+= Unihan.zip:unihan -EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip BUILD_DEPENDS+= \ ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv \ ${RUBY_SITELIBDIR}/suikyo/suikyo.rb:${PORTSDIR}/japanese/suikyo diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 84996e4351a2..a29319af32e9 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -30,7 +30,7 @@ PATCH_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ ${DEPEND_JAVA} BUILD_DEPENDS= gpatch:${PORTSDIR}/devel/patch \ rsync:${PORTSDIR}/net/rsync \ - unzip:${PORTSDIR}/archivers/unzip \ + ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip \ zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 diff --git a/sysutils/memtest86/Makefile b/sysutils/memtest86/Makefile index 6a4812b7a2c7..36556382e5cf 100644 --- a/sysutils/memtest86/Makefile +++ b/sysutils/memtest86/Makefile @@ -14,7 +14,7 @@ DISTFILES= ${DISTNAME:S,b,s,}${EXTRACT_SUFX} ${DISTNAME:S,b,s,}.iso.zip MAINTAINER= sylvio@FreeBSD.org COMMENT= Stand alone memory test for x86 architecture computers -EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip ONLY_FOR_ARCHS= i386 |