Index: head/archivers/lua51-zlib/Makefile =================================================================== --- head/archivers/lua51-zlib/Makefile (revision 444275) +++ head/archivers/lua51-zlib/Makefile (revision 444276) @@ -1,34 +1,34 @@ # Created by: Sir l33tname # $FreeBSD$ PORTNAME= lua51 PORTVERSION= 1.1 DISTVERSIONPREFIX=v CATEGORIES= archivers PKGNAMESUFFIX= -zlib MAINTAINER= sirl33tname@gmail.com COMMENT= Simple streaming interface to zlib for the Lua Programming Language LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= brimworks 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}" PLIST_FILES= ${LUA_MODLIBDIR}/zlib.so DOCSDIR= ${STAGEDIR}/share/doc/${UNIQUENAME} pre-install: ${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR} .include Index: head/archivers/lua51-zlib/pkg-descr =================================================================== --- head/archivers/lua51-zlib/pkg-descr (revision 444275) +++ head/archivers/lua51-zlib/pkg-descr (revision 444276) @@ -1,6 +1,6 @@ lua-zlib is a simple streaming interface to zlib for the Lua Programming Language. It consists of two functions: inflate and deflate. Both functions 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 Property changes on: head/archivers/lua51-zlib/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property