svn commit: r444276 - head/archivers/lua51-zlib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 25 15:02:40 UTC 2017


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


More information about the svn-ports-head mailing list