svn commit: r455766 - head/www/waterfox

Jan Beich jbeich at FreeBSD.org
Fri Dec 8 02:41:31 UTC 2017


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 at 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' \


More information about the svn-ports-head mailing list