svn commit: r355490 - head/games/xmoto

Baptiste Daroussin bapt at FreeBSD.org
Tue May 27 11:54:56 UTC 2014


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}


More information about the svn-ports-all mailing list