graphics/librsvg2-rust: Always install manpage for rsvg-convert

Fixes plist issue when DOCS are disabled

Reported by:	vvd
Approved by:	portmgr (build fix)
This commit is contained in:
Daniel Engberg 2025-04-01 06:50:34 +02:00
parent 432b3feed4
commit 11a5a9d072

View file

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