git: d7bb7be3e1c5 - 2022Q1 - x11-wm/labwc: respect LOCALBASE for icons after bb83f2992ed9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Feb 2022 00:02:47 UTC
The branch 2022Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7bb7be3e1c5ed0fe7f22b334f559629831d55de commit d7bb7be3e1c5ed0fe7f22b334f559629831d55de Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-02-19 23:25:18 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-02-20 00:01:22 +0000 x11-wm/labwc: respect LOCALBASE for icons after bb83f2992ed9 (cherry picked from commit 4d52d9c23fefcc86df344758010df1807036b9b3) --- 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>