aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-libs3/files/patch-doc_meson.build
blob: 96c9c19a74e870954aad10d268574e85796fe7d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- doc/meson.build.orig	2017-09-12 13:50:16 UTC
+++ doc/meson.build
@@ -1,5 +1,7 @@
 # Attention, emacs, please use -*- mode: python -*-
 # (even though this isn't actually Python code)
 
+if not platform.endswith('bsd')
 install_man('fusermount3.1', 'mount.fuse.8')
+endif