Date: Mon, 26 May 2014 16:28:48 +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: r355412 - head/devel/love Message-ID: <201405261628.s4QGSmrd032069@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon May 26 16:28:48 2014 New Revision: 355412 URL: http://svnweb.freebsd.org/changeset/ports/355412 QAT: https://qat.redports.org/buildarchive/r355412/ Log: Fix build Modified: head/devel/love/Makefile Modified: head/devel/love/Makefile ============================================================================== --- head/devel/love/Makefile Mon May 26 16:25:23 2014 (r355411) +++ head/devel/love/Makefile Mon May 26 16:28:48 2014 (r355412) @@ -41,7 +41,9 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/^prefix=/ d; /^bindir=/ d; /^libdir=/ d; \ - /test/ s|==|=|' ${WRKSRC}/configure + /test/ s|==|=|' \ + -e "s/lua5.1/lua-${LUA_VER}/g" \ + ${WRKSRC}/configure .if ${PORT_OPTIONS:MDOCS} post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261628.s4QGSmrd032069>