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/meandmyshadow | |
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/meandmyshadow')
-rw-r--r-- | games/meandmyshadow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/meandmyshadow/Makefile b/games/meandmyshadow/Makefile index b6a39c21ac63..0c5cff99a4e6 100644 --- a/games/meandmyshadow/Makefile +++ b/games/meandmyshadow/Makefile @@ -26,7 +26,7 @@ PORTDOCS= * DESKTOP_ENTRIES="Me and My Shadow" \ "Puzzle/platform game" \ - "meandmyshadow.png" \ + "${PREFIX}/share/pixmaps/meandmyshadow.png" \ "meandmyshadow" \ "Game;LogicGame;" \ false |