diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-25 23:02:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-25 23:02:38 +0800 |
commit | 77b7d503fdaca65621d2c8f1cc450c838bf63a5f (patch) | |
tree | ba34afe1cf47a645e4f8fd0289eed78e447ad2cb /archivers | |
parent | e953b7204f8f77fefd224349867a48f61ed759a5 (diff) | |
download | freebsd-ports-gnome-77b7d503fdaca65621d2c8f1cc450c838bf63a5f.tar.gz freebsd-ports-gnome-77b7d503fdaca65621d2c8f1cc450c838bf63a5f.tar.zst freebsd-ports-gnome-77b7d503fdaca65621d2c8f1cc450c838bf63a5f.zip |
Fix WWW
- While I'm here, fix space/tab
Approved by: portmgr (blanket)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lua51-zlib/Makefile | 2 | ||||
-rw-r--r-- | archivers/lua51-zlib/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lua51-zlib/Makefile b/archivers/lua51-zlib/Makefile index 4ba892c370f3..b2fef48305a3 100644 --- a/archivers/lua51-zlib/Makefile +++ b/archivers/lua51-zlib/Makefile @@ -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}" diff --git a/archivers/lua51-zlib/pkg-descr b/archivers/lua51-zlib/pkg-descr index b6b3f8958960..faaf08391c17 100644 --- a/archivers/lua51-zlib/pkg-descr +++ b/archivers/lua51-zlib/pkg-descr @@ -3,4 +3,4 @@ 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 |