1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

audio/libmatemixer: drop gtk-doc API documentation

The release tarball ships pre-built gtk-doc HTML files that get
installed unconditionally despite --disable-gtk-doc being set in
CONFIGURE_ARGS. Patch Makefile.in to remove the docs directory
from SUBDIRS as API documentation takes unnecessary disk space
on end user systems.
This commit is contained in:
Eric Turgeon
2026-05-28 08:22:56 -03:00
parent c14054a4ef
commit 6eacad12b3
@@ -0,0 +1,9 @@
--- Makefile.in.orig
+++ Makefile.in
@@ -389,7 +389,6 @@ SUBDIRS = \
po \
libmatemixer \
backends \
data \
- docs \
examples