mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
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
11 lines
284 B
Text
11 lines
284 B
Text
--- 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
|