Date: Tue, 27 May 2014 11:54:56 +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: r355490 - head/games/xmoto Message-ID: <201405271154.s4RBsutX068196@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue May 27 11:54:56 2014 New Revision: 355490 URL: http://svnweb.freebsd.org/changeset/ports/355490 QAT: https://qat.redports.org/buildarchive/r355490/ Log: Fix lua detection Modified: head/games/xmoto/Makefile Modified: head/games/xmoto/Makefile ============================================================================== --- head/games/xmoto/Makefile Tue May 27 11:51:10 2014 (r355489) +++ head/games/xmoto/Makefile Tue May 27 11:54:56 2014 (r355490) @@ -54,6 +54,9 @@ DESKTOP_ENTRIES="XMoto" \ "Game;SportsGame;ArcadeGame;" \ false +post-patch: + @${REINPLACE_CMD} -e "s/lua5.1/lua-${LUA_VER}/g" ${WRKSRC}/configure + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405271154.s4RBsutX068196>