$OpenBSD: patch-Makefile_in,v 1.5 2012/11/15 10:12:54 jasper Exp $
--- Makefile.in.orig	Sun Aug  5 20:21:13 2012
+++ Makefile.in	Thu Nov 15 10:37:38 2012
@@ -2895,24 +2895,24 @@ PulseAudio.cpp: $(PAHEADER)
 
 install-data-local:
 	$(MAKE) -C po stamp-po install-data-yes
-	$(INSTALL) -d $(DESTDIR)$(datadir)/icons
+	$(INSTALL) -d $(DESTDIR)${PREFIX}/share/icons/hicolor
 	cd $(top_srcdir)/extres && \
 		for d in 16x16 32x32 48x48 128x128 256x256 512x512 scalable ; do \
-			$(INSTALL) -d $(DESTDIR)$(datadir)/icons/$$d ; \
+			$(INSTALL) -d $(DESTDIR)${PREFIX}/share/icons/hicolor/$$d ; \
 			( \
 				cd $$d && \
 				for subd in * ; do \
-					$(INSTALL) -d $(DESTDIR)$(datadir)/icons/$$d/$$subd ; \
+					$(INSTALL) -d $(DESTDIR)${PREFIX}/share/icons/hicolor/$$d/$$subd ; \
 					for f in $$subd/* ; do \
-						$(INSTALL_DATA) $$f $(DESTDIR)$(datadir)/icons/$$d/$$subd ; \
+						$(INSTALL_DATA) $$f $(DESTDIR)${PREFIX}/share/icons/hicolor/$$d/$$subd ; \
 					done \
 				done \
 			) \
 		done
-	$(INSTALL) -d $(DESTDIR)$(datadir)/applnk/xdg
+	$(INSTALL) -d $(DESTDIR)${PREFIX}/share/applications
 	cd $(top_srcdir)/extres/xdg && \
 	for d in * ; do \
-		$(INSTALL_DATA) $$d $(DESTDIR)$(datadir)/applnk/xdg ; \
+		$(INSTALL_DATA) $$d $(DESTDIR)${PREFIX}/share/applications ; \
 	done
 
 uninstall-local:
