diff options
author | makc <makc@FreeBSD.org> | 2013-01-23 07:12:20 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-01-23 07:12:20 +0800 |
commit | 648111d961a91126eaebcc7caa2e9fe4b7777e15 (patch) | |
tree | ee1709b461943ea50012d3f80c3a28636bfa71c0 /games/ioquake3 | |
parent | 80d091a0440cd85837ab53bb1248ce623dede38f (diff) | |
download | freebsd-ports-gnome-648111d961a91126eaebcc7caa2e9fe4b7777e15.tar.gz freebsd-ports-gnome-648111d961a91126eaebcc7caa2e9fe4b7777e15.tar.zst freebsd-ports-gnome-648111d961a91126eaebcc7caa2e9fe4b7777e15.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
Diffstat (limited to 'games/ioquake3')
-rw-r--r-- | games/ioquake3/Makefile | 4 |
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 |