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/tbe/Makefile | |
parent | d321be23d6e2a66c4562f15d56ed61acb7db28a2 (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 and/or rephrase COMMENT
Approved by: portmgr (bapt), maintainer silence (12 days)
Notes
Notes:
svn path=/head/; revision=310845
Diffstat (limited to 'games/tbe/Makefile')
-rw-r--r-- | games/tbe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tbe/Makefile b/games/tbe/Makefile index 131d5e4c18b0..1d703c7954e3 100644 --- a/games/tbe/Makefile +++ b/games/tbe/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/TheButterflyEffect-m${PORTVERSION} DESKTOP_ENTRIES="The Butterfly Effect" "Inspired by The Incredible Machine" \ "${DATADIR}/images/tbe-icon.png" \ - "${PREFIX}/bin/tbe" "Application;LogicGame;Game;" false + "${PREFIX}/bin/tbe" "LogicGame;Game;" false post-patch: @${REINPLACE_CMD} 's/ make/ ${GMAKE}/' \ |