diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:12:20 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:12:20 +0000 |
commit | d321be23d6e2a66c4562f15d56ed61acb7db28a2 (patch) | |
tree | ee1709b461943ea50012d3f80c3a28636bfa71c0 /misc/tvbrowser | |
parent | a4eb6292ff178903fe6ad802d5b1c9a9c600e8dd (diff) |
Notes
Diffstat (limited to 'misc/tvbrowser')
-rw-r--r-- | misc/tvbrowser/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/tvbrowser/Makefile b/misc/tvbrowser/Makefile index c6607078d819..cd899f188a80 100644 --- a/misc/tvbrowser/Makefile +++ b/misc/tvbrowser/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/TV-Browser%20Releases%20%28Java%206%20and%20higher% DISTNAME= ${PORTNAME}_${PORTVERSION}_bin MAINTAINER= lme@FreeBSD.org -COMMENT= A digital TV guide +COMMENT= Digital TV guide WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_LDCONFIG= yes @@ -22,10 +22,10 @@ JAVA_VERSION= 1.6+ SUB_FILES= tvbrowser DESKTOP_ENTRIES="TV-Browser" \ - "A digital TV guide" \ + "${COMMENT}" \ "${DATADIR}/imgs/tvbrowser128.png" \ "tvbrowser" \ - "Application;Video;AudioVideo;TV;" \ + "Video;AudioVideo;TV;Java;" \ true do-install: |