diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-10 18:57:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-10 18:57:49 +0000 |
commit | e35e11cda2fe644949aadb07c047cabb364a8fa9 (patch) | |
tree | b8b56dd4ef811ad0437cedc2e41c9f10c0d20a2d /games | |
parent | 3d9961cc117dac00ad01bc9fe9d4b3e283629709 (diff) | |
download | ports-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')
-rw-r--r-- | games/tome/Makefile | 2 |
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> |