Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2017 02:41:30 +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: r455766 - head/www/waterfox
Message-ID:  <201712080241.vB82fUI8062417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Dec  8 02:41:30 2017
New Revision: 455766
URL: https://svnweb.freebsd.org/changeset/ports/455766

Log:
  www/waterfox: fix exec/icon name in .desktop file
  
  PR:		224095
  Reported by:	Graham Perrin

Modified:
  head/www/waterfox/Makefile   (contents, props changed)

Modified: head/www/waterfox/Makefile
==============================================================================
--- head/www/waterfox/Makefile	Fri Dec  8 01:46:00 2017	(r455765)
+++ head/www/waterfox/Makefile	Fri Dec  8 02:41:30 2017	(r455766)
@@ -2,6 +2,7 @@
 
 PORTNAME=	waterfox
 DISTVERSION=	56.0.s20171203
+PORTREVISION=	1
 CATEGORIES=	www ipv6
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -55,6 +56,7 @@ OPTIONS_DEFAULT=	BUNDLED_CAIRO
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/%u/%U/' -e '/X-MultipleArgs/d' \
+		-e 's/firefox/${MOZILLA}/' \
 		-e 's/Firefox/${MOZILLA_NAME}/' \
 		${WATERFOX_DESKTOP}
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \



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