Index: audio/libamrnb/Makefile =================================================================== RCS file: /ncvs/ports/audio/libamrnb/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- audio/libamrnb/Makefile 2 Aug 2009 19:32:16 -0000 1.8 +++ audio/libamrnb/Makefile 8 Sep 2009 19:07:06 -0000 @@ -18,7 +18,7 @@ MAINTAINER= tatsuki_makino@hotmail.com COMMENT= 3GPP floating-point Adaptive Multi-Rate (AMR) Speech Codec -BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RESTRICTED= license prohibits redistribution RESTRICTED_FILES= ${SRC3GPP} Index: audio/libamrwb/Makefile =================================================================== RCS file: /ncvs/ports/audio/libamrwb/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- audio/libamrwb/Makefile 2 Aug 2009 19:32:17 -0000 1.6 +++ audio/libamrwb/Makefile 8 Sep 2009 19:07:06 -0000 @@ -17,7 +17,7 @@ MAINTAINER= tatsuki_makino@hotmail.com COMMENT= 3GPP Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec -BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RESTRICTED= license prohibits redistribution RESTRICTED_FILES= ${SRC3GPP} Index: databases/pgtcl/Makefile =================================================================== RCS file: /ncvs/ports/databases/pgtcl/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- databases/pgtcl/Makefile 23 Feb 2009 14:46:25 -0000 1.5 +++ databases/pgtcl/Makefile 8 Sep 2009 19:07:06 -0000 @@ -26,7 +26,7 @@ EXTRACT_ONLY= ${_DISTFILES:M*tar.gz} DISTFILES+= pgtcldocs-20070115.zip:doc MASTER_SITES+= http://pgfoundry.org/frs/download.php/1228/:doc -BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip .endif post-configure: Index: emulators/xgs/Makefile =================================================================== RCS file: /ncvs/ports/emulators/xgs/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- emulators/xgs/Makefile 6 Jan 2009 12:37:26 -0000 1.23 +++ emulators/xgs/Makefile 8 Sep 2009 19:07:06 -0000 @@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Apple IIGS emulator stable release -EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip DIST_SUBDIR= xgs RESTRICTED= "xgs.rom copyright is owned by Apple and cannot be distributed" @@ -39,7 +39,7 @@ XGS-FAQ.TXT post-extract: - unzip -L -qq ${_DISTDIR}/ROM01.ZIP -d ${WRKSRC} + ${UNZIP_CMD} -L -qq ${_DISTDIR}/ROM01.ZIP -d ${WRKSRC} post-install: ${INSTALL_DATA} ${WRKSRC}/xgs.rom ${XGS_DIR} Index: games/pykawari/Makefile =================================================================== RCS file: /ncvs/ports/games/pykawari/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- games/pykawari/Makefile 22 Aug 2009 00:22:27 -0000 1.23 +++ games/pykawari/Makefile 8 Sep 2009 19:07:06 -0000 @@ -14,7 +14,7 @@ MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= A real kawari8 module for ninix-aya -EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ninix:${PORTSDIR}/games/ninix-aya EXTRACT_CMD= ${UNZIP_CMD} Index: lang/f2c/Makefile =================================================================== RCS file: /ncvs/ports/lang/f2c/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- lang/f2c/Makefile 16 Mar 2009 07:21:36 -0000 1.21 +++ lang/f2c/Makefile 8 Sep 2009 19:07:06 -0000 @@ -18,7 +18,7 @@ MAINTAINER= maho@FreeBSD.org COMMENT= Fortran-to-C converter and its run-time libraries -EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip GUNZIP_CMD= minigzip -d USE_GMAKE= yes