svn commit: r567291 - head/x11-wm/labwc

Jan Beich jbeich at FreeBSD.org
Thu Mar 4 05:52:20 UTC 2021


Author: jbeich
Date: Thu Mar  4 05:52:19 2021
New Revision: 567291
URL: https://svnweb.freebsd.org/changeset/ports/567291

Log:
  x11-wm/labwc: find Openbox themes if PREFIX != /usr/local

Modified:
  head/x11-wm/labwc/Makefile   (contents, props changed)

Modified: head/x11-wm/labwc/Makefile
==============================================================================
--- head/x11-wm/labwc/Makefile	Thu Mar  4 05:42:15 2021	(r567290)
+++ head/x11-wm/labwc/Makefile	Thu Mar  4 05:52:19 2021	(r567291)
@@ -43,8 +43,9 @@ SUID_VARS=		MAYBE_SUID="@(,,4755) "
 X11_MESON_ENABLED=	xwayland
 
 post-patch:
-# Respect PREFIX for system-wide config
+# Respect PREFIX for system-wide config and Openbox themes
 	@${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \
+		-e 's,/usr/local,${PREFIX},' \
 		${WRKSRC}/docs/${PORTNAME}-config.5.md \
 		${WRKSRC}/src/common/dir.c
 


More information about the svn-ports-all mailing list