summaryrefslogtreecommitdiff
path: root/audio/gnome-audio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gnome-audio/Makefile')
-rw-r--r--audio/gnome-audio/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile
index ff8575e61bd..ab275adfaaa 100644
--- a/audio/gnome-audio/Makefile
+++ b/audio/gnome-audio/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 13:30:41 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/04/07 11:17:03 rh Exp $
#
-DISTNAME= gnome-audio-1.0.0
+DISTNAME= gnome-audio-1.4.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-audio/}
@@ -17,8 +17,9 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/sounds
${INSTALL_DATA_DIR} ${PREFIX}/share/sounds/panel
${INSTALL_DATA_DIR} ${PREFIX}/share/sounds/gtk-events
-.for file in card_shuffle phone shutdown1 startup1 startup2 startup3 panel/slide \
- gtk-events/activate gtk-events/clicked gtk-events/toggled
+.for file in card_shuffle phone shutdown1 startup3 warning email error \
+ generic info panel/slide gtk-events/activate gtk-events/clicked \
+ gtk-events/toggled
${INSTALL_DATA} ${WRKSRC}/sounds/${file}.wav \
${PREFIX}/share/sounds/${file}.wav
.endfor