devel/lua-bitop: Cosmetic change

This commit is contained in:
Po-Chuan Hsieh 2022-05-22 12:22:35 +08:00
parent 2e754040c7
commit a410d97ab0
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -14,10 +14,11 @@ COMMENT= Bitwise operations on numbers
LICENSE= MIT
USES= gmake lua:module
CFLAGS+= -I${LUA_INCDIR}
MAKE_ARGS= CC=${CC} LUA=${LUA_CMD}
TEST_TARGET= test
USES= gmake lua:module
PLIST_FILES= ${LUA_MODLIBDIR}/bit.so