aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2025-04-01 04:50:34 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2025-04-01 04:50:44 +0000
commit11a5a9d072a950f3ca6cfc0bfa5a34e8dc897dd8 (patch)
treec6ba993334a423d2e42725dc1912986631be0c17
parent432b3feed418c0523796f801c9b1e511b555fd1d (diff)
graphics/librsvg2-rust: Always install manpage for rsvg-convert
Fixes plist issue when DOCS are disabled Reported by: vvd Approved by: portmgr (build fix)
-rw-r--r--graphics/librsvg2-rust/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile
index ecc7ebbdbc29..fc85c996fde5 100644
--- a/graphics/librsvg2-rust/Makefile
+++ b/graphics/librsvg2-rust/Makefile
@@ -47,4 +47,7 @@ OPTIONS_DEFINE= DOCS
DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen
DOCS_MESON_ENABLED= docs
+post-install-DOCS-off:
+ ${LOCALBASE}/bin/rst2man --no-datestamp ${WRKSRC}/rsvg-convert.rst --output=${STAGEDIR}${PREFIX}/share/man/man1/rsvg-convert.1
+
.include <bsd.port.mk>