Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2016 22:11:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421589 - head/games/tanks-of-freedom
Message-ID:  <201609082211.u88MB6YA048555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep  8 22:11:05 2016
New Revision: 421589
URL: https://svnweb.freebsd.org/changeset/ports/421589

Log:
  - Fix icon path in .desktop file

Modified:
  head/games/tanks-of-freedom/Makefile

Modified: head/games/tanks-of-freedom/Makefile
==============================================================================
--- head/games/tanks-of-freedom/Makefile	Thu Sep  8 22:05:35 2016	(r421588)
+++ head/games/tanks-of-freedom/Makefile	Thu Sep  8 22:11:05 2016	(r421589)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tanks-of-freedom
 PORTVERSION=	0.5.2
+PORTREVISION=	1
 DISTVERSIONSUFFIX=-beta
 CATEGORIES=	games
 
@@ -22,7 +23,7 @@ NO_ARCH=	yes
 
 DESKTOP_ENTRIES="Tanks of Freedom" \
 		"" \
-		"${DATADIR}/icon.png" \
+		"${DATADIR}/assets/icons/icon32.png" \
 		"${PORTNAME}" \
 		"Game;StrategyGame;" \
 		""



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