$OpenBSD: patch-sounds_Makefile,v 1.4 2010/11/02 14:06:39 giovanni Exp $
--- sounds/Makefile.orig	Tue May  6 16:39:14 2008
+++ sounds/Makefile	Mon Nov  1 15:26:32 2010
@@ -1,4 +1,4 @@
-datadir=/usr/share
+datadir?=/usr/share
 
 LN_S=ln -sf
 INSTALL_DATA=install -c -m 444 
@@ -18,4 +18,5 @@ install-files:
 
 install-default-links: install-files
 	$(LN_S) startup3.wav $(DESTDIR)/$(datadir)/sounds/login.wav
+	$(LN_S) startup3.wav $(DESTDIR)/$(datadir)/sounds/desktop-login.wav
 	$(LN_S) shutdown1.wav $(DESTDIR)/$(datadir)/sounds/logout.wav
