aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-01-23 07:12:20 +0800
committermakc <makc@FreeBSD.org>2013-01-23 07:12:20 +0800
commit648111d961a91126eaebcc7caa2e9fe4b7777e15 (patch)
treeee1709b461943ea50012d3f80c3a28636bfa71c0 /multimedia
parent80d091a0440cd85837ab53bb1248ce623dede38f (diff)
downloadfreebsd-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 'multimedia')
-rw-r--r--multimedia/gmencoder/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gmencoder/Makefile b/multimedia/gmencoder/Makefile
index f20df3785533..d20b91e73869 100644
--- a/multimedia/gmencoder/Makefile
+++ b/multimedia/gmencoder/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= gahr@FreeBSD.org
-COMMENT= Gmencoder is Gnome2 front-end to mplayer/mencoder
+COMMENT= Gnome2 front-end to mplayer/mencoder
BUILD_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder
RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder
@@ -27,7 +27,7 @@ USE_GNOME= gnomehack gnomeprefix libgnomeui
MAN1= gmencoder.1
DESKTOP_ENTRIES= "Gmencoder" "Gnome2 front-end to mplayer/mencoder" \
- "" "gmencoder" "GNOME;Application;AudioVideo;" false
+ "" "gmencoder" "GNOME;AudioVideo;" false
.include <bsd.port.pre.mk>