Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 20:50:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317249 - head/games/xye
Message-ID:  <201305032050.r43KoP9X032121@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305032050.r43KoP9X032121>