Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 2021 05:52:19 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567291 - head/x11-wm/labwc
Message-ID:  <202103040552.1245qJiM087405@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103040552.1245qJiM087405>