$OpenBSD: patch-themes_Makefile_in,v 1.2 2011/05/02 17:23:03 jasper Exp $

BSD tar cannot handle the StyleTar.tar.gz file:
tar: Cannot identify format. Searching...
tar: Cpio file name length 20804 is out of range
tar: Invalid header, starting valid header search.
tar: Cpio file name length 59038 is out of range

--- themes/Makefile.in.orig	Sun May  1 10:15:59 2011
+++ themes/Makefile.in	Mon May  2 19:00:31 2011
@@ -56,7 +56,7 @@ install : all installdirs
 	done
 	@# Don't use tar for StyleTab. It's not compression, but tar
 	@# itself slows in librep.
-	cd $(DESTDIR)$(themedir) && tar xf StyleTab.tar.gz && rm StyleTab.tar.gz
+	cd $(DESTDIR)$(themedir) && ${LOCALBASE}/bin/gtar xf StyleTab.tar.gz && rm StyleTab.tar.gz
 
 installdirs : mkinstalldirs
 	$(SHELL) $< $(DESTDIR)$(themedir)
