diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:12:20 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:12:20 +0000 |
commit | d321be23d6e2a66c4562f15d56ed61acb7db28a2 (patch) | |
tree | ee1709b461943ea50012d3f80c3a28636bfa71c0 /games/redeclipse | |
parent | a4eb6292ff178903fe6ad802d5b1c9a9c600e8dd (diff) |
- 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 from COMMENT
Approved by: maintainers
Notes
Notes:
svn path=/head/; revision=310844
Diffstat (limited to 'games/redeclipse')
-rw-r--r-- | games/redeclipse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/redeclipse/Makefile b/games/redeclipse/Makefile index a8e5a7cda489..2e16e2047c6a 100644 --- a/games/redeclipse/Makefile +++ b/games/redeclipse/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION:C/^([0-9]+\.[0-9]+)\..*/\ DISTNAME= ${PORTNAME}_${PORTVERSION}_nix_bsd MAINTAINER= amdmi3@FreeBSD.org -COMMENT= A single-player and multi-player first-person ego-shooter +COMMENT= Single-player and multi-player first-person ego-shooter LICENSE_COMB= multi LICENSE= MIT ZLIB @@ -58,8 +58,8 @@ DESKTOP_ENTRIES="Red Eclipse" \ "${COMMENT}" \ "${PREFIX}/share/pixmaps/redeclipse.ico" \ "reclient" \ - "Application;Game;" \ - ${FALSE} + "Game;" \ + false .endif .if !defined(WITHOUT_DEDICATED) |