svn commit: r542395 - head/x11/nwg-launchers

Jan Beich jbeich at FreeBSD.org
Thu Jul 16 23:38:13 UTC 2020


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>


More information about the svn-ports-all mailing list