$OpenBSD: patch-wscript,v 1.5 2009/04/27 19:27:21 landry Exp $
We don't need those files installed..
--- wscript.orig	Sun Apr 19 22:16:33 2009
+++ wscript	Thu Apr 23 21:42:19 2009
@@ -267,12 +267,8 @@ def build (bld):
     if option_enabled ('addons'):
         bld.add_subdirs ('extensions')
 
-    if option_enabled ('docs'):
-        bld.install_files ('${DOCDIR}/' + APPNAME + '/', \
-            'AUTHORS ChangeLog COPYING EXPAT README TRANSLATE')
-
     # Install default configuration
-    bld.install_files ('${SYSCONFDIR}/xdg/' + APPNAME + '/', 'data/search')
+    bld.install_files ('${DATADIR}/examples/' + APPNAME + '/', 'data/search')
 
     if bld.env['RST2HTML']:
         # FIXME: Build only if needed
