mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
fbabccfccf
- Bump PORTREVISION. PR: ports/124297 Submitted by: Tomoyuki Sakurai <cherry@trombik.org> Approved by: maintainer timeout ( > 2 weeks)
62 lines
2.0 KiB
Plaintext
62 lines
2.0 KiB
Plaintext
@exec mkdir -p %D/share/lua/%%LUA_VER%%
|
|
@exec mkdir -p %D/lib/lua/%%LUA_VER%%
|
|
bin/lua-%%LUA_VER%%
|
|
%%LUA_BINDIR%%/lua
|
|
%%LUA_BINDIR%%/luac
|
|
bin/luac-%%LUA_VER%%
|
|
%%LUA_INCDIR%%/lauxlib.h
|
|
%%LUA_INCDIR%%/lua.h
|
|
%%LUA_INCDIR%%/lua.hpp
|
|
%%LUA_INCDIR%%/luaconf.h
|
|
%%LUA_INCDIR%%/lualib.h
|
|
%%LUA_LIBDIR%%/liblua.a
|
|
%%LUA_LIBDIR%%/liblua.so
|
|
%%LUA_LIBDIR%%/liblua.so.1
|
|
libdata/pkgconfig/lua-%%LUA_VER%%.pc
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/amazon.gif
|
|
%%PORTDOCS%%%%DOCSDIR%%/contents.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/Makefile
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/all.c
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/lua.ico
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/luavs.bat
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/min.c
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/noparser.c
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/strict.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/logo.gif
|
|
%%PORTDOCS%%%%DOCSDIR%%/lua.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/luac.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/manual.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/readme.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/bisect.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/cf.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/echo.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/env.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/factorial.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/fib.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/fibfor.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/globals.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/hello.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/life.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/luac.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/printf.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/readonly.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/sieve.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/sort.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/table.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/trace-calls.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/trace-globals.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/xd.lua
|
|
@dirrm share/lua/%%LUA_VER%%
|
|
@dirrmtry share/lua
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/test
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/etc
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrm %%LUA_LIBDIR%%
|
|
@dirrm lib/lua/%%LUA_VER%%
|
|
@dirrmtry lib/lua
|
|
@dirrm %%LUA_INCDIR%%
|
|
@dirrm %%LUA_BINDIR%%
|