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 Update to meson-1.0.0. 2022-12-25 10:19:01 +00:00
pkg Update to meson-0.64.0. 2022-11-10 10:34:41 +00:00
Makefile Update to meson-1.0.0. 2022-12-25 10:19:01 +00:00
distinfo Update to meson-1.0.0. 2022-12-25 10:19:01 +00:00
meson.port.mk Use explicit setup command to silence warning 2023-01-08 14:55:55 +00:00