aboutsummaryrefslogtreecommitdiff
path: root/games/tome
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-10 18:57:49 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-10 18:57:49 +0000
commite35e11cda2fe644949aadb07c047cabb364a8fa9 (patch)
treeb8b56dd4ef811ad0437cedc2e41c9f10c0d20a2d /games/tome
parent3d9961cc117dac00ad01bc9fe9d4b3e283629709 (diff)
downloadports-e35e11cda2fe644949aadb07c047cabb364a8fa9.tar.gz
ports-e35e11cda2fe644949aadb07c047cabb364a8fa9.zip
Terminate the desktop entry category list with a ';'.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=161983
Diffstat (limited to 'games/tome')
-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>