diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-07 02:07:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-07 02:07:26 +0000 |
commit | 5dd37213f549b0d2fd158b1fa8024daeda2acfb2 (patch) | |
tree | 4e5353da2c1d4f4f59bf9fc12fe364c7887a9f49 /audio | |
parent | 5fa1ec89fceb95ba8e0ff259f73e7e55da5383c2 (diff) | |
download | ports-5dd37213f549b0d2fd158b1fa8024daeda2acfb2.tar.gz ports-5dd37213f549b0d2fd158b1fa8024daeda2acfb2.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnuitar/Makefile | 6 | ||||
-rw-r--r-- | audio/soundtracker/Makefile | 5 | ||||
-rw-r--r-- | audio/teamspeak_client/Makefile | 8 |
3 files changed, 7 insertions, 12 deletions
diff --git a/audio/gnuitar/Makefile b/audio/gnuitar/Makefile index 0528ee9f2378..861255b2c18f 100644 --- a/audio/gnuitar/Makefile +++ b/audio/gnuitar/Makefile @@ -1,6 +1,4 @@ -# Ports collection Makefile for: gnuitar -# Date created: 3 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= gnuitar @@ -29,7 +27,7 @@ SUID_DESC= Use suid to allow highest priority (priv. dropped) DESKTOP_ENTRIES="GNUitar" \ "Apply guitar effects in real-time" \ - "gnuitar" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.xpm" \ "gnuitar" \ "" \ true diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile index 7f483016d355..7b88e1535b7b 100644 --- a/audio/soundtracker/Makefile +++ b/audio/soundtracker/Makefile @@ -26,8 +26,9 @@ OPTIONS_DEFINE_i386= ASM GNOME1_DESC= Use GNOME 1.x (enables envelope editing) ASM_DESC= Use optimized assembly (potentially unstable) -DESKTOP_ENTRIES="SoundTracker" "Compose music" "soundtracker.xpm" \ - "soundtracker" "Audio;Player;Recorder;" false +DESKTOP_ENTRIES="SoundTracker" "Pattern-oriented music editor" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.xpm" \ + "soundtracker" "AudioVideo;Audio;AudioVideoEditing;" false .include <bsd.port.pre.mk> diff --git a/audio/teamspeak_client/Makefile b/audio/teamspeak_client/Makefile index f0b5a50f1ad7..02f7b0995fd4 100644 --- a/audio/teamspeak_client/Makefile +++ b/audio/teamspeak_client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: teamspeak -# Date created: 22 January 2003 -# Whom: Daniel O'Connor -# +# Created by: Daniel O'Connor # $FreeBSD$ -# PORTNAME= teamspeak_client PORTVERSION= 2.0.32 @@ -36,7 +32,7 @@ DESKTOP_ENTRIES="TeamSpeak" \ "Voice-chat with people" \ "${TSHOME}/icon.xpm" \ "TeamSpeak" \ - "Application;Audio;Network;" \ + "Network;Telephony;" \ false post-extract: |