aboutsummaryrefslogtreecommitdiff
path: root/games/uhexen
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-11-03 00:38:47 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-11-03 00:38:47 +0000
commit08b62e4c3ed1c5d7716c0cefa807585f13860f21 (patch)
tree7c53351b957bf483e6d4f0a7ca124868796fe671 /games/uhexen
parentab96b438257799f5533caba95f9d21b4abd05fa4 (diff)
downloadports-08b62e4c3ed1c5d7716c0cefa807585f13860f21.tar.gz
ports-08b62e4c3ed1c5d7716c0cefa807585f13860f21.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)
Notes
Notes: svn path=/head/; revision=284943
Diffstat (limited to 'games/uhexen')
-rw-r--r--games/uhexen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/uhexen/Makefile b/games/uhexen/Makefile
index 5b8eb5a50ad6..f66400466b6c 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