svn commit: r355470 - head/devel/luafilesystem

Baptiste Daroussin bapt at FreeBSD.org
Tue May 27 06:45:03 UTC 2014


Author: bapt
Date: Tue May 27 06:45:02 2014
New Revision: 355470
URL: http://svnweb.freebsd.org/changeset/ports/355470
QAT: https://qat.redports.org/buildarchive/r355470/

Log:
  Fix build with new lua

Modified:
  head/devel/luafilesystem/Makefile

Modified: head/devel/luafilesystem/Makefile
==============================================================================
--- head/devel/luafilesystem/Makefile	Tue May 27 05:50:19 2014	(r355469)
+++ head/devel/luafilesystem/Makefile	Tue May 27 06:45:02 2014	(r355470)
@@ -25,7 +25,7 @@ ALL_TARGET=	lib
 PLIST_FILES=	%%LUA_MODLIBDIR%%/lfs.so
 PORTDOCS=	*
 
-MAKE_ARGS+=	INCS="-I${LOCALBASE}/include/${LUA_SUBDIR}"
+MAKE_ARGS+=	INCS="-I${LUA_INCDIR}"
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-head mailing list