diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:13:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:13:41 +0000 |
commit | 826aae24a51502c0b589f8706d66dacd44360ba4 (patch) | |
tree | 4f502ec8b8931d4f8855fe1835f95943aa2bb9fb /games/minecraft-server | |
parent | d321be23d6e2a66c4562f15d56ed61acb7db28a2 (diff) | |
download | freebsd-ports-826aae24a51502c0b589f8706d66dacd44360ba4.zip |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category if missing
- Remove indefinite article and/or rephrase COMMENT
Approved by: portmgr (bapt), maintainer silence (12 days)
Diffstat (limited to 'games/minecraft-server')
-rw-r--r-- | games/minecraft-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/minecraft-server/Makefile b/games/minecraft-server/Makefile index 7f50a6cb433b..cc9c5f64efe8 100644 --- a/games/minecraft-server/Makefile +++ b/games/minecraft-server/Makefile @@ -46,9 +46,9 @@ CONFIG_FILES= banned-ips.txt \ .if ${PORT_OPTIONS:MX11} DESKTOP_ENTRIES="Minecraft-Server" \ "Block building game (server)" \ + "${PREFIX}/share/pixmaps/minecraft-server.png" \ "${PORTNAME}" \ - "${PORTNAME}" \ - "Application;Game;" \ + "Game;Java;" \ false .endif |