Date: Sun, 25 Jun 2017 15:02:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444276 - head/archivers/lua51-zlib Message-ID: <201706251502.v5PF2doK061960@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jun 25 15:02:38 2017 New Revision: 444276 URL: https://svnweb.freebsd.org/changeset/ports/444276 Log: Fix WWW - While I'm here, fix space/tab Approved by: portmgr (blanket) Modified: head/archivers/lua51-zlib/Makefile head/archivers/lua51-zlib/pkg-descr (contents, props changed) Modified: head/archivers/lua51-zlib/Makefile ============================================================================== --- head/archivers/lua51-zlib/Makefile Sun Jun 25 15:02:34 2017 (r444275) +++ head/archivers/lua51-zlib/Makefile Sun Jun 25 15:02:38 2017 (r444276) @@ -19,7 +19,7 @@ GH_PROJECT= lua-zlib USES= lua:51 ALL_TARGET= bsd -MAKE_ENV+= LUAPATH="${LOCALBASE}" +MAKE_ENV+= LUAPATH="${LOCALBASE}" MAKE_ENV+= LUACPATH="${STAGEDIR}${LUA_MODLIBDIR}" MAKE_ENV+= INCDIR="-I${LUA_INCDIR}" MAKE_ENV+= LUALIBDIR="-L${LUA_MODLIBDIR}" Modified: head/archivers/lua51-zlib/pkg-descr ============================================================================== --- head/archivers/lua51-zlib/pkg-descr Sun Jun 25 15:02:34 2017 (r444275) +++ head/archivers/lua51-zlib/pkg-descr Sun Jun 25 15:02:38 2017 (r444276) @@ -3,4 +3,4 @@ Language. It consists of two functions: inflate and de return "stream functions" (takes a buffer of input and returns a buffer of output). -WWW: https://github.com/brimworks/lua-zlib/ +WWW: https://github.com/brimworks/lua-zlib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706251502.v5PF2doK061960>