diff options
author | lme <lme@FreeBSD.org> | 2011-09-18 04:06:24 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2011-09-18 04:06:24 +0800 |
commit | 90904dba4abf0d21503c618202767a90c5a2a5c7 (patch) | |
tree | 03fbce0b44535723747a16a9fb886ba6c5a39fd6 /misc | |
parent | b7a835672018f4926c860c92ca0efec4555127d4 (diff) | |
download | freebsd-ports-gnome-90904dba4abf0d21503c618202767a90c5a2a5c7.tar.gz freebsd-ports-gnome-90904dba4abf0d21503c618202767a90c5a2a5c7.tar.zst freebsd-ports-gnome-90904dba4abf0d21503c618202767a90c5a2a5c7.zip |
Fix desktop entry
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tvbrowser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tvbrowser/Makefile b/misc/tvbrowser/Makefile index 880af949f6be..0dd5a06c4617 100644 --- a/misc/tvbrowser/Makefile +++ b/misc/tvbrowser/Makefile @@ -25,7 +25,7 @@ DESKTOP_ENTRIES="TV-Browser" \ "A digital TV guide" \ "${DATADIR}/imgs/tvbrowser128.png" \ "tvbrowser" \ - "Application;Video;AudioVideo;TV" \ + "Application;Video;AudioVideo;TV;" \ true do-install: |