svn commit: r317370 - head/games/quake-extras

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 21:59:02 UTC 2013


Author: bapt
Date: Sat May  4 21:59:01 2013
New Revision: 317370
URL: http://svnweb.freebsd.org/changeset/ports/317370

Log:
  Fix on 9+

Modified:
  head/games/quake-extras/Makefile

Modified: head/games/quake-extras/Makefile
==============================================================================
--- head/games/quake-extras/Makefile	Sat May  4 21:58:05 2013	(r317369)
+++ head/games/quake-extras/Makefile	Sat May  4 21:59:01 2013	(r317370)
@@ -36,7 +36,7 @@ SKYBOXES_DESC=		Skyboxes (sky replacemen
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MREMODEL} || ${PORT_OPTIONS:MSKYBOXES}
-EXTRACT_DEPENDS+=	unzip:${PORTSDIR}/archivers/unzip
+EXTRACT_DEPENDS+=	${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
 .endif
 
 .if ${PORT_OPTIONS:MLITS}


More information about the svn-ports-head mailing list