Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2020 23:38:13 +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: r542395 - head/x11/nwg-launchers
Message-ID:  <202007162338.06GNcDao096070@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jul 16 23:38:12 2020
New Revision: 542395
URL: https://svnweb.freebsd.org/changeset/ports/542395

Log:
  x11/nwg-launchers: respect PREFIX for .desktop files

Modified:
  head/x11/nwg-launchers/Makefile   (contents, props changed)

Modified: head/x11/nwg-launchers/Makefile
==============================================================================
--- head/x11/nwg-launchers/Makefile	Thu Jul 16 23:32:05 2020	(r542394)
+++ head/x11/nwg-launchers/Makefile	Thu Jul 16 23:38:12 2020	(r542395)
@@ -23,4 +23,8 @@ USE_GITHUB=	yes
 USE_GNOME=	gtkmm30
 GH_ACCOUNT=	nwg-piotr
 
+post-patch:
+# Respect PREFIX when looking for .desktop files
+	@${REINPLACE_CMD} 's,/usr/local,${PREFIX},' ${WRKSRC}/grid/grid_tools.cc
+
 .include <bsd.port.mk>



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