ports/sysutils/osinfo-db-tools/files/patch-tools_meson.build
Roman Bogorodskiy c1ee6c7e4b sysutils/osinfo-db-tools: update to 1.7.0
Major change in this version is switching to the meson build system.
NLS is no longer conditional, so remove the option.
2019-12-08 11:44:24 +00:00

11 lines
440 B
Text

--- tools/meson.build.orig 2019-12-08 05:33:14 UTC
+++ tools/meson.build
@@ -90,7 +90,7 @@ if pod2man.found()
output: file + '.1',
input: file + '.c',
install: true,
- install_dir: join_paths(osinfo_db_tools_datadir, 'man', 'man1'),
+ install_dir: join_paths(osinfo_db_tools_mandir, 'man1'),
build_by_default: true,
command: [
pod2man,