aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2011-11-03 08:38:47 +0800
committereadler <eadler@FreeBSD.org>2011-11-03 08:38:47 +0800
commit0c08d04419e99750482d6da3325eea7ad9895992 (patch)
tree2669028add45affcb408ace21d1b7157d0a513cf /games
parente4f439afd6a7cf8b604c0bcfbffcec6769999829 (diff)
downloadfreebsd-ports-graphics-0c08d04419e99750482d6da3325eea7ad9895992.tar.gz
freebsd-ports-graphics-0c08d04419e99750482d6da3325eea7ad9895992.tar.zst
freebsd-ports-graphics-0c08d04419e99750482d6da3325eea7ad9895992.zip
- fix explicit use of unzip in ports
PR: ports/153429 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: maintainers (hq, gabor, amdmi3) Approved by: maintainer timeout Approved by: bapt,sahil (mentors, implicit)
Diffstat (limited to 'games')
-rw-r--r--games/sdb/Makefile2
-rw-r--r--games/uhexen/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/games/sdb/Makefile b/games/sdb/Makefile
index 4178b569443..64fd57d9108 100644
--- a/games/sdb/Makefile
+++ b/games/sdb/Makefile
@@ -43,7 +43,7 @@ post-extract:
${RM} ${WRKSRC}/models/*
@cd ${WRKSRC}/models && \
${RM} -f * && \
- unzip -qj ${DISTDIR}/shotgun-debugger-1.0.mac-ppc.zip \
+ ${UNZIP_CMD} -qj ${DISTDIR}/shotgun-debugger-1.0.mac-ppc.zip \
'sdb-1.0-macosx/models/*.md2b'
.endif
diff --git a/games/uhexen/Makefile b/games/uhexen/Makefile
index 5b8eb5a50ad..f66400466b6 100644
--- a/games/uhexen/Makefile
+++ b/games/uhexen/Makefile
@@ -43,7 +43,7 @@ PLIST_DIRS= %%DATADIR%%
post-extract:
.if !defined(WITHOUT_WAD)
- @${LOCALBASE}/bin/unzip -qo ${DISTDIR}/hexen.zip \
+ @${UNZIP_CMD} -qo ${DISTDIR}/hexen.zip \
-d ${WRKSRC}
.endif