aboutsummaryrefslogtreecommitdiffstats
path: root/games/tome/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-05-11 02:57:49 +0800
committermarcus <marcus@FreeBSD.org>2006-05-11 02:57:49 +0800
commitc0cdf9c020bed2eb40aaa2d416022d96121ce50d (patch)
tree81d2b6bdcf09e776deb43e5ffdd7d9176f15a1d3 /games/tome/Makefile
parent4b57fb4dc844a72a36a52410646e08054b6a6172 (diff)
downloadfreebsd-ports-gnome-c0cdf9c020bed2eb40aaa2d416022d96121ce50d.tar.gz
freebsd-ports-gnome-c0cdf9c020bed2eb40aaa2d416022d96121ce50d.tar.zst
freebsd-ports-gnome-c0cdf9c020bed2eb40aaa2d416022d96121ce50d.zip
Terminate the desktop entry category list with a ';'.
Reported by: pointyhat via kris
Diffstat (limited to 'games/tome/Makefile')
-rw-r--r--games/tome/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tome/Makefile b/games/tome/Makefile
index 5f3035515541..865adad73e4e 100644
--- a/games/tome/Makefile
+++ b/games/tome/Makefile
@@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
OPTIONS= X11 "Turn on support for X" on
DESKTOP_ENTRIES= "ToME" "Roguelike game based on JRR Tolkien's work" \
"${DATADIR}/xtra/graf/tome-128.png" \
- "tome -v -g" "Application;Game;RolePlaying" \
+ "tome -v -g" "Application;Game;RolePlaying;" \
false
.include <bsd.port.pre.mk>