git: 4d52d9c23fef - main - x11-wm/labwc: respect LOCALBASE for icons after bb83f2992ed9

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 20 Feb 2022 00:00:56 UTC
The branch main has been updated by jbeich:

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

commit 4d52d9c23fefcc86df344758010df1807036b9b3
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-02-19 23:25:18 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-02-19 23:57:58 +0000

    x11-wm/labwc: respect LOCALBASE for icons after bb83f2992ed9
---
 x11-wm/labwc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/labwc/Makefile b/x11-wm/labwc/Makefile
index d3c3dbda3934..4a3aa55d3c31 100644
--- a/x11-wm/labwc/Makefile
+++ b/x11-wm/labwc/Makefile
@@ -49,6 +49,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \
 		-e 's,/usr/local,${PREFIX},' \
 		${WRKSRC}/docs/${PORTNAME}-config.5.scd \
+		${WRKSRC}/docs/${PORTNAME}-environment.5.scd \
 		${WRKSRC}/src/common/dir.c
 
 .include <bsd.port.mk>