diff --git a/devel/lua-argparse/Makefile b/devel/lua-argparse/Makefile
index 3ae1244fa..d5e49b7c5 100644
--- a/devel/lua-argparse/Makefile
+++ b/devel/lua-argparse/Makefile
@@ -1,5 +1,3 @@
-PKG_ARCH = *
-
COMMENT = command line parser for Lua
GH_ACCOUNT = luarocks
@@ -20,6 +18,7 @@ FLAVOR? =
NO_BUILD = Yes
NO_TEST = Yes
+PKG_ARCH = *
do-install:
${INSTALL_DATA_DIR} ${MODLUA_DATADIR}
Hi Omar,
----- Mail original -----
> On 2023/10/18 12:46:15 +0200, Laurent Cheylus <foxy@free.fr> wrote:
> > resubmit my proposal to import devel/lua-argparse, a simple Lua
> > module for command line parser inspired by argparse for Python.
>
> OK op@ to import. I'd use DIST_TUPLE now however and move PKG_ARCH
> below a bit.
For a port with sources from a unique GH repository, I prefer to continue using GH_* variables instead of (new) DIST_TUPLE.
OK to move PKG_ARCH in Makefile.
OK to import in ports tree ?
Laurent
No comments:
Post a Comment