diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-02-27 16:30:40 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-02-27 16:30:40 +0000 |
commit | 23bb6e4584356367b2f174f514b73779e9b11d15 (patch) | |
tree | 1916b6a6f94f55bc65a92e4e4d01b57e479ca1ef /games/flukz | |
parent | ec79aa9005aa8160b325bc32766609acebdfe6e0 (diff) | |
download | ports-23bb6e4584356367b2f174f514b73779e9b11d15.tar.gz ports-23bb6e4584356367b2f174f514b73779e9b11d15.zip |
Fix DESKTOP_ENTRIES:
- Icon field must be either absolute path or icon name if installation follows Icon Theme Specification
- Remove invalid categories
- StartupNotify field must be literally false/true, not ${FALSE}/${TRUE}
Notes
Notes:
svn path=/head/; revision=380099
Diffstat (limited to 'games/flukz')
-rw-r--r-- | games/flukz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/flukz/Makefile b/games/flukz/Makefile index 96e2a04ae646..d2e4aab74044 100644 --- a/games/flukz/Makefile +++ b/games/flukz/Makefile @@ -12,7 +12,7 @@ COMMENT= Vertically scrolling shoot'em up USES= qmake USE_QT4= multimedia network moc_build rcc_build -DESKTOP_ENTRIES= Flukz "" ${PORTNAME}.png \ +DESKTOP_ENTRIES= Flukz "" ${PORTNAME} \ ${PORTNAME} "Game;ArcadeGame;" true PLIST_FILES= bin/flukz \ |