aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/gtklife/Makefile4
-rw-r--r--games/ioquake3/Makefile4
-rw-r--r--games/meandmyshadow/Makefile2
-rw-r--r--games/pouetchess/Makefile4
-rw-r--r--games/redeclipse/Makefile6
-rw-r--r--games/scummvm/Makefile2
-rw-r--r--games/vor/Makefile2
7 files changed, 12 insertions, 12 deletions
diff --git a/games/gtklife/Makefile b/games/gtklife/Makefile
index f613dd92310e..385a57aefcc0 100644
--- a/games/gtklife/Makefile
+++ b/games/gtklife/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= games
MASTER_SITES= http://ironphoenix.org/tril/gtklife/
MAINTAINER= eadler@FreeBSD.org
-COMMENT= A GTK+ implementation of Conway's Game of Life
+COMMENT= GTK+ implementation of Conway's Game of Life
LICENSE= GPLv2
@@ -29,7 +29,7 @@ DESKTOP_ENTRIES="GtkLife" \
"Play Conway's Game of Life" \
"gtklife" \
"gtklife" \
- "Application;Game;Simulation;" \
+ "Game;Simulation;" \
${STARTUP_NOTIFY}
OPTIONS_DEFINE= GTK2
diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile
index 698d37643ac9..ec92008fac6d 100644
--- a/games/ioquake3/Makefile
+++ b/games/ioquake3/Makefile
@@ -108,12 +108,12 @@ RUN_DEPENDS+= ${Q3SERVER}${BINSUFFIX}:${PORTSDIR}/games/${PORTNAME}-server
. if !defined(WITHOUT_CLIENT)
DESKTOP_ENTRIES+= "${Q3CLIENT} ${Q3ENGINEVER}" "${COMMENT}" \
"${Q3ICON}" \
- "${Q3CLIENT}${BINSUFFIX}" "Application;Game;" false
+ "${Q3CLIENT}${BINSUFFIX}" "Game;" false
. endif
. if defined(WITH_SMP)
DESKTOP_ENTRIES+= "${Q3CLIENT} ${Q3ENGINEVER} SMP" "${COMMENT}" \
"${Q3ICON}" \
- "${Q3CLIENT}-smp${BINSUFFIX}" "Application;Game;" false
+ "${Q3CLIENT}-smp${BINSUFFIX}" "Game;" false
. endif
.endif
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
diff --git a/games/pouetchess/Makefile b/games/pouetchess/Makefile
index 59f9efa4f56c..0830a7f4cc2e 100644
--- a/games/pouetchess/Makefile
+++ b/games/pouetchess/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.11
DISTNAME= pouetChess_0.11_src
MAINTAINER= amdmi3@FreeBSD.org
-COMMENT= An open-source 3D chess game
+COMMENT= Open-source 3D chess game
USE_SDL= sdl image
USE_GL= gl
@@ -25,7 +25,7 @@ DESKTOP_ENTRIES="pouetChess" \
"Play chess" \
"${DATADIR}/textures/1.png" \
"pouetChess" \
- "Application;Game;" \
+ "Game;BoardGame;" \
false
post-patch:
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)
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index a1c87ff36f8d..75119cfbd301 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -51,7 +51,7 @@ DESKTOP_ENTRIES="ScummVM" \
"ScummVM - Run classic adventure games" \
"${DATADIR}/scummvm.svg" \
"scummvm" \
- "Application;Game;" \
+ "Game;AdventureGame;" \
false
PLIST_FILES= bin/scummvm \
diff --git a/games/vor/Makefile b/games/vor/Makefile
index a44f53af57fa..293b5d8ab192 100644
--- a/games/vor/Makefile
+++ b/games/vor/Makefile
@@ -27,7 +27,7 @@ DESKTOP_ENTRIES="Variations on Rockdodger" \
"Dodge the rocks until you die" \
"${DATADIR}/icon.png" \
"vor" \
- "Application;Game;ArcadeGame;" \
+ "Game;ArcadeGame;" \
false
.if !defined(NOPORTDOCS)