$OpenBSD: patch-Makefile_in,v 1.2 2011/11/15 19:32:49 jasper Exp $

Don't install the directory if it's not going to be used.

--- Makefile.in.orig	Sat Sep 10 00:33:57 2011
+++ Makefile.in	Tue Nov 15 20:13:32 2011
@@ -62,8 +62,7 @@ installdirs : mkinstalldirs
 	  $(DESTDIR)$(GNOMEDIR)/share/gnome/wm-properties \
 	  $(DESTDIR)$(datadir)/applications/ \
 	  $(DESTDIR)$(libdir)/pkgconfig/ \
-	  $(DESTDIR)$(datadir)/xsessions/ \
-	  $(DESTDIR)$(KDEDIR)/ksmserver/windowmanagers/
+	  $(DESTDIR)$(datadir)/xsessions/
 
 uninstall :
 	for dir in $(SUBDIRS); do \
