svn commit: r421589 - head/games/tanks-of-freedom

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 8 22:11:07 UTC 2016


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;" \
 		""


More information about the svn-ports-head mailing list