mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
Major change in this version is switching to the meson build system. NLS is no longer conditional, so remove the option.
11 lines
440 B
Text
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,
|