svn commit: r317249 - head/games/xye

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 20:50:26 UTC 2013


Author: bapt
Date: Fri May  3 20:50:25 2013
New Revision: 317249
URL: http://svnweb.freebsd.org/changeset/ports/317249

Log:
  Fix extraction on FreeBSD 9+

Modified:
  head/games/xye/Makefile

Modified: head/games/xye/Makefile
==============================================================================
--- head/games/xye/Makefile	Fri May  3 20:50:15 2013	(r317248)
+++ head/games/xye/Makefile	Fri May  3 20:50:25 2013	(r317249)
@@ -29,7 +29,7 @@ COMMENT=	Puzzle games like sokoban or bo
 
 LICENSE=	ZLIB
 
-EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
+EXTRACT_DEPENDS=${LOCALBASE}/unzip:${PORTSDIR}/archivers/unzip
 
 USE_SDL=	sdl image ttf
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list