diff options
author | makc <makc@FreeBSD.org> | 2015-02-28 00:30:40 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-02-28 00:30:40 +0800 |
commit | 201d08f29d3c2d8256e4b71a87e7439510ee9308 (patch) | |
tree | 1916b6a6f94f55bc65a92e4e4d01b57e479ca1ef /games | |
parent | 5b933ea828a732eb43f6a82f7d1e3b97ec3b2c77 (diff) | |
download | freebsd-ports-gnome-201d08f29d3c2d8256e4b71a87e7439510ee9308.tar.gz freebsd-ports-gnome-201d08f29d3c2d8256e4b71a87e7439510ee9308.tar.zst freebsd-ports-gnome-201d08f29d3c2d8256e4b71a87e7439510ee9308.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}
Diffstat (limited to 'games')
-rw-r--r-- | games/flukz/Makefile | 2 | ||||
-rw-r--r-- | games/traindirector/Makefile | 2 |
2 files changed, 2 insertions, 2 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 \ diff --git a/games/traindirector/Makefile b/games/traindirector/Makefile index c8cafa45c3a1..d8f2edd621d7 100644 --- a/games/traindirector/Makefile +++ b/games/traindirector/Makefile @@ -22,7 +22,7 @@ WX_COMPS= wx:lib WX_UNICODE= yes DESKTOP_ENTRIES="Train Director" "${COMMENT}" "" "traindir3" \ - "Game;Simulation;StrategyGame;" ${FALSE} + "Game;Simulation;StrategyGame;" false PLIST_FILES= bin/traindir3 |