aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2019-09-15 12:46:03 +0800
committerasomers <asomers@FreeBSD.org>2019-09-15 12:46:03 +0800
commit58cda67ece1ffb9733acf46935909bdb1c047d73 (patch)
tree211a133f30f736b154108935f31da0bc654e9bac /sysutils
parentbf263799f486f8319f114c9a7549b74a212cebfd (diff)
downloadfreebsd-ports-gnome-58cda67ece1ffb9733acf46935909bdb1c047d73.tar.gz
freebsd-ports-gnome-58cda67ece1ffb9733acf46935909bdb1c047d73.tar.zst
freebsd-ports-gnome-58cda67ece1ffb9733acf46935909bdb1c047d73.zip
sysutils/fusefs-libs: don't install irrelevant man pages
Don't install man pages for programs that the port doesn't install. PR: 236638 Reviewed by: emaste Approved by: se (maintainer timeout) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fusefs-libs/Makefile1
-rw-r--r--sysutils/fusefs-libs/files/patch-doc_Makefile.am11
-rw-r--r--sysutils/fusefs-libs/pkg-plist3
3 files changed, 12 insertions, 3 deletions
diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile
index caaca451633a..266eb2e079ca 100644
--- a/sysutils/fusefs-libs/Makefile
+++ b/sysutils/fusefs-libs/Makefile
@@ -4,6 +4,7 @@
PORTNAME= fusefs
DISTVERSIONPREFIX= fuse-
DISTVERSION= 2.9.9
+PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMESUFFIX= -libs
diff --git a/sysutils/fusefs-libs/files/patch-doc_Makefile.am b/sysutils/fusefs-libs/files/patch-doc_Makefile.am
new file mode 100644
index 000000000000..d80aa802128e
--- /dev/null
+++ b/sysutils/fusefs-libs/files/patch-doc_Makefile.am
@@ -0,0 +1,11 @@
+--- doc/Makefile.am.orig 2019-07-31 16:36:32 UTC
++++ doc/Makefile.am
+@@ -1,5 +1,8 @@
+ ## Process this file with automake to produce Makefile.in
+
++if BSD
++else
+ dist_man_MANS = fusermount.1 mount.fuse.8 ulockmgr_server.1
++endif
+
+ EXTRA_DIST = how-fuse-works kernel.txt Doxyfile html
diff --git a/sysutils/fusefs-libs/pkg-plist b/sysutils/fusefs-libs/pkg-plist
index 9a6af2cab7ee..b4fd07c97bc6 100644
--- a/sysutils/fusefs-libs/pkg-plist
+++ b/sysutils/fusefs-libs/pkg-plist
@@ -18,6 +18,3 @@ lib/libulockmgr.so
lib/libulockmgr.so.1
lib/libulockmgr.so.1.0.1
libdata/pkgconfig/fuse.pc
-man/man1/fusermount.1.gz
-man/man1/ulockmgr_server.1.gz
-man/man8/mount.fuse.8.gz