diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 11:54:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 11:54:56 +0000 |
commit | cf2040c598c099745944ec365c580acfb26c0601 (patch) | |
tree | fec6dd92404eb51892d10bf6c23ae72c1dc13c41 | |
parent | 750a7a19e034d63844807c1dece9ec76b79f5737 (diff) | |
download | ports-cf2040c598c099745944ec365c580acfb26c0601.tar.gz ports-cf2040c598c099745944ec365c580acfb26c0601.zip |
Notes
-rw-r--r-- | games/xmoto/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 556cdaec1b64..5527e9162aa0 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -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} |