diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-09-08 21:08:41 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-09-08 21:08:41 +0000 |
commit | e3f4f7c6fab0b9c1e0e13e3be1b04eab3b5e82ff (patch) | |
tree | 8bbdc6c169c726a3ec8a83530840a5ce8e0bdf16 /emulators/xgs | |
parent | dc8bf4d2bef80b43408000e4924572080bf96233 (diff) | |
download | ports-e3f4f7c6fab0b9c1e0e13e3be1b04eab3b5e82ff.tar.gz ports-e3f4f7c6fab0b9c1e0e13e3be1b04eab3b5e82ff.zip |
Notes
Diffstat (limited to 'emulators/xgs')
-rw-r--r-- | emulators/xgs/Makefile | 4 |
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} |