diff options
author | marcus <marcus@FreeBSD.org> | 2006-05-11 02:57:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-05-11 02:57:49 +0800 |
commit | c0cdf9c020bed2eb40aaa2d416022d96121ce50d (patch) | |
tree | 81d2b6bdcf09e776deb43e5ffdd7d9176f15a1d3 /games/tome/Makefile | |
parent | 4b57fb4dc844a72a36a52410646e08054b6a6172 (diff) | |
download | freebsd-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/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> |