aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-09-09 05:08:41 +0800
committerwxs <wxs@FreeBSD.org>2009-09-09 05:08:41 +0800
commit80c615f5b129ba0159392d05531c6dd2a00efaf8 (patch)
tree70d8bd1b234ee7e65738f1e6f35058a339d0c395 /emulators
parent1c6e933aef5407c3b18fdc2294cdf4b8ed5c8c25 (diff)
downloadfreebsd-ports-gnome-80c615f5b129ba0159392d05531c6dd2a00efaf8.tar.gz
freebsd-ports-gnome-80c615f5b129ba0159392d05531c6dd2a00efaf8.tar.zst
freebsd-ports-gnome-80c615f5b129ba0159392d05531c6dd2a00efaf8.zip
- Don't use UNZIP_CMD in a DEPENDS line. A user may redefine UNZIP_CMD to be
"unzip -v" or similar which would break. Instead rely upon the unzip binary. http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/056882.html Noticed by: Dag-Erling Smørgrav <des@des.no>
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xgs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xgs/Makefile b/emulators/xgs/Makefile
index bec65ef387a3..667770e4cf1b 100644
--- a/emulators/xgs/Makefile
+++ b/emulators/xgs/Makefile
@@ -18,7 +18,7 @@ EXTRACT_ONLY= xgs050.tgz
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 @@ MYPORTDOCS= CHANGES.TXT COMPAT.TXT INSTALL.TXT IWM-DOC.TXT TODO.TXT \
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}