aboutsummaryrefslogtreecommitdiffstats
path: root/filesystems/libblkid/files/patch-meson.build
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2025-06-28 10:45:12 +0200
committerMatthias Andree <mandree@FreeBSD.org>2025-06-30 17:00:31 +0200
commitdb056622d6457f10c143e3f13312fdd737841c35 (patch)
treeb109a6cbce4516d52c1766ab4c050d52ba782288 /filesystems/libblkid/files/patch-meson.build
parent169ac0b9380f6ed8d0ff4e8cbfad131fd226812e (diff)
*/*libuuid, */*libblkid: build MANPAGES by default as before.
in libuuid, also replace mkdir --parents GNUism by POSIX mkdir -p to avoid MANPAGES build issue. While here, clean up with portfmt/portclippy. PR: 251489
Diffstat (limited to 'filesystems/libblkid/files/patch-meson.build')
-rw-r--r--filesystems/libblkid/files/patch-meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/filesystems/libblkid/files/patch-meson.build b/filesystems/libblkid/files/patch-meson.build
index 757fff747c84..ba004eb9d977 100644
--- a/filesystems/libblkid/files/patch-meson.build
+++ b/filesystems/libblkid/files/patch-meson.build
@@ -57,3 +57,11 @@
if not is_disabler(exe)
exes += exe
manadocs += wdctl_manadocs
+@@ -4026,7 +4005,6 @@ run_target(
+ depends : exes)
+
+
+-manadocs += lib_tcolors_manadocs
+ if build_libblkid
+ manadocs += lib_blkid_manadocs + lib_smartcols_manadocs
+ endif