git: ee00fb3efa38 - main - graphics/librsvg2-rust: Do not use --output arg with rst2man

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Sat, 23 Aug 2025 10:20:42 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ee00fb3efa381c8e59122f1461b6904d32a48978

commit ee00fb3efa381c8e59122f1461b6904d32a48978
Author:     Gunther Nikl <gnikl@justmail.de>
AuthorDate: 2025-08-23 10:19:02 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-08-23 10:20:32 +0000

    graphics/librsvg2-rust: Do not use --output arg with rst2man
    
    This improves compatibility with older versions
    
    PR:             286066
---
 graphics/librsvg2-rust/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile
index f520dfd7f1b8..73387dcbf41a 100644
--- a/graphics/librsvg2-rust/Makefile
+++ b/graphics/librsvg2-rust/Makefile
@@ -54,6 +54,6 @@ VAPI_MESON_ENABLED=	vala
 VAPI_USES=		vala:build
 
 post-install-DOCS-off:
-	${LOCALBASE}/bin/rst2man --no-datestamp ${WRKSRC}/rsvg-convert.rst --output=${STAGEDIR}${PREFIX}/share/man/man1/rsvg-convert.1
+	${LOCALBASE}/bin/rst2man --no-datestamp ${WRKSRC}/rsvg-convert.rst > ${STAGEDIR}${PREFIX}/share/man/man1/rsvg-convert.1
 
 .include <bsd.port.mk>