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/frost | |
parent | d321be23d6e2a66c4562f15d56ed61acb7db28a2 (diff) |
Notes
Diffstat (limited to 'net-p2p/frost')
-rw-r--r-- | net-p2p/frost/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/frost/Makefile b/net-p2p/frost/Makefile index b0104dac9562..354e3d425183 100644 --- a/net-p2p/frost/Makefile +++ b/net-p2p/frost/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/jtc${PORTNAME}/${PORTNAME}/14-Mar-2009 DISTNAME= ${PORTNAME}-14-Mar-2009 MAINTAINER= peter.thoenen@yahoo.com -COMMENT= Frost is a Freenet client that provides messenger and file services +COMMENT= Freenet client that provides messenger and file services USE_JAVA= yes JAVA_VERSION= 1.6+ @@ -54,9 +54,9 @@ PLIST_DIRS+= \ %%JAR_DIR%% \ %%DATADIR%% -DESKTOP_ENTRIES= "Frost" "A Freenet Client" \ +DESKTOP_ENTRIES= "Frost" "Freenet Client" \ "${JAVASHAREDIR}/${PORTNAME}/jtc.ico" \ - "frost" "Application;P2P;Network;" \ + "frost" "P2P;Network;Java;" \ false pre-everything:: |