diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:13:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:13:41 +0000 |
commit | 826aae24a51502c0b589f8706d66dacd44360ba4 (patch) | |
tree | 4f502ec8b8931d4f8855fe1835f95943aa2bb9fb /net-p2p/vuze | |
parent | d321be23d6e2a66c4562f15d56ed61acb7db28a2 (diff) | |
download | ports-826aae24a51502c0b589f8706d66dacd44360ba4.tar.gz ports-826aae24a51502c0b589f8706d66dacd44360ba4.zip |
Notes
Diffstat (limited to 'net-p2p/vuze')
-rw-r--r-- | net-p2p/vuze/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile index 060d70c42325..5fd73ab45294 100644 --- a/net-p2p/vuze/Makefile +++ b/net-p2p/vuze/Makefile @@ -43,10 +43,10 @@ SUB_LIST= LIBDIR="${LOCALBASE}/lib" JARFILE="${JARFILE}" \ SWTJAR="${JAVALIBDIR}/${SWT}.jar" JAVA="${LOCALBASE}/bin/java" DESKTOP_ENTRIES= "Vuze" \ - "A full feature BitTorrent client" \ - "${PORTNAME}.png" \ + "BitTorrent client" \ "${PORTNAME}" \ - "Application;Network;P2P;" \ + "${PORTNAME}" \ + "Network;P2P;Java;" \ true .include <bsd.port.options.mk> |