summaryrefslogtreecommitdiff
path: root/audio/gnome-audio
diff options
context:
space:
mode:
authorsketch <sketch>2003-12-23 18:05:57 +0000
committersketch <sketch>2003-12-23 18:05:57 +0000
commite79813ef99738a648d31a2535f8d3bc134a3eb4a (patch)
tree034c59f6b79eb9908e325029e95b125f58e54530 /audio/gnome-audio
parentb80d088a138970faea9377ca63d076b783404ed1 (diff)
downloadpkgsrc-e79813ef99738a648d31a2535f8d3bc134a3eb4a.tar.gz
Remove the target before attempting to symlink, to work around certain
versions of ln which do not support that operation.
Diffstat (limited to 'audio/gnome-audio')
-rw-r--r--audio/gnome-audio/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile
index 3ad2fde57f2..b8323325b94 100644
--- a/audio/gnome-audio/Makefile
+++ b/audio/gnome-audio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/12/03 02:33:53 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2003/12/23 18:05:57 sketch Exp $
#
DISTNAME= gnome-audio-2.0.0
@@ -20,6 +20,8 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/sounds/$$dst; \
${INSTALL_DATA} $$f ${PREFIX}/share/sounds/$$f; \
done
+ ${RM} ${PREFIX}/share/sounds/login.wav
+ ${RM} ${PREFIX}/share/sounds/logout.wav
${LN} -fs startup3.wav ${PREFIX}/share/sounds/login.wav
${LN} -fs shutdown1.wav ${PREFIX}/share/sounds/logout.wav