openbsd-ports/devel/meson
kn f7e5f48910 Use explicit setup command to silence warning
$ make configure
	...
	Found ninja-1.11.1 at /usr/local/bin/ninja
	WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
	$

From meson(1):
	The setup command is the default operation. If no actual command is
	specified, Meson will assume you meant to do a setup. That means that
	you can set up a build directory without the setup command like this:

	meson [ options ] [ build directory ] [ source directory ]

OK aja
2023-01-08 14:55:55 +00:00
..
patches
pkg
distinfo
Makefile
meson.port.mk Use explicit setup command to silence warning 2023-01-08 14:55:55 +00:00