aboutsummaryrefslogtreecommitdiff
path: root/games/ioquake3
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-01-22 23:12:20 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-01-22 23:12:20 +0000
commitd321be23d6e2a66c4562f15d56ed61acb7db28a2 (patch)
treeee1709b461943ea50012d3f80c3a28636bfa71c0 /games/ioquake3
parenta4eb6292ff178903fe6ad802d5b1c9a9c600e8dd (diff)
downloadports-d321be23d6e2a66c4562f15d56ed61acb7db28a2.tar.gz
ports-d321be23d6e2a66c4562f15d56ed61acb7db28a2.zip
- 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/ioquake3')
-rw-r--r--games/ioquake3/Makefile4
1 files changed, 2 insertions, 2 deletions
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