svn commit: r355412 - head/devel/love
Baptiste Daroussin
bapt at FreeBSD.org
Mon May 26 16:28:49 UTC 2014
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:
More information about the svn-ports-head
mailing list