git: c053663b583b - main - x11/xwayland-satellite: install man page after 06d0f75724e2

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 20 May 2026 21:54:28 UTC
The branch main has been updated by jbeich:

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

commit c053663b583bd4ed5d1e92da7327ae3176b47742
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2026-02-15 22:52:49 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2026-05-20 21:54:02 +0000

    x11/xwayland-satellite: install man page after 06d0f75724e2
    
    Obtained from:  OpenBSD Ports
---
 x11/xwayland-satellite/Makefile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/x11/xwayland-satellite/Makefile b/x11/xwayland-satellite/Makefile
index 18aad6f0ba22..33f6f0f144c5 100644
--- a/x11/xwayland-satellite/Makefile
+++ b/x11/xwayland-satellite/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	xwayland-satellite
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.8.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 wayland
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -18,11 +18,16 @@ USES=		cargo llvm xorg
 USE_GITHUB=	yes
 USE_XORG=	xcb
 GH_ACCOUNT=	Supreeeme
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} \
+		share/man/man1/${PORTNAME}.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,"llvm-config,"${LLVM_CONFIG},' \
 		${WRKSRC_crate_clang-sys}/build/common.rs \
 		${WRKSRC_crate_clang-sys}/src/support.rs
 
+post-install:
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
+		${STAGEDIR}${PREFIX}/${PLIST_FILES:M*/man/*:R}
+
 .include <bsd.port.mk>