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 /net-im/mercury | |
parent | - Update to 0.8.18 (diff) |
- 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 'net-im/mercury')
-rw-r--r-- | net-im/mercury/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/mercury/Makefile b/net-im/mercury/Makefile index 5fa374221df8..30d7680e19fc 100644 --- a/net-im/mercury/Makefile +++ b/net-im/mercury/Makefile @@ -41,7 +41,7 @@ DIR2PRUNE= resources/AppData/Games \ DESKTOP_ENTRIES="Mercury Messenger" "${COMMENT}" \ "${INSTDIR}/resources/online.png" \ "${SUB_FILES}" \ - "Application;InstantMessaging;Java;Network;" true + "InstantMessaging;Java;Network;" true .if defined(WITH_VIDEO) # Experimental VIDJAR= VidConf-libs.jar |