svn commit: r339804 - head/www/faup
Antoine Brodin
antoine at FreeBSD.org
Wed Jan 15 18:59:01 UTC 2014
Author: antoine
Date: Wed Jan 15 18:59:01 2014
New Revision: 339804
URL: http://svnweb.freebsd.org/changeset/ports/339804
QAT: https://qat.redports.org/buildarchive/r339804/
Log:
Unbreak
Reported by: pkg-fallout
Modified:
head/www/faup/Makefile
Modified: head/www/faup/Makefile
==============================================================================
--- head/www/faup/Makefile Wed Jan 15 18:46:10 2014 (r339803)
+++ head/www/faup/Makefile Wed Jan 15 18:59:01 2014 (r339804)
@@ -25,6 +25,8 @@ OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e "s/5.1/${LUA_VER}/g" -e \
"s/51/${LUA_VER_STR}/g" ${WRKSRC}/cmake/FindLua51.cmake
+ @${REINPLACE_CMD} -e "s/LUA51_FOUND/LUA${LUA_VER_STR}_FOUND/g" \
+ ${WRKSRC}/CMakeLists.txt ${WRKSRC}/src/lib/CMakeLists.txt
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-all
mailing list