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
This commit is contained in:
Alan Somers 2019-09-15 04:46:03 +00:00
parent 47d5104eb4
commit c75f57b7ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512089
3 changed files with 12 additions and 3 deletions

View File

@ -4,6 +4,7 @@
PORTNAME= fusefs
DISTVERSIONPREFIX= fuse-
DISTVERSION= 2.9.9
PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMESUFFIX= -libs

View File

@ -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

View File

@ -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