openbsd-ports/www/midori/patches/patch-wscript

29 lines
933 B
Plaintext

$OpenBSD: patch-wscript,v 1.12 2010/11/02 09:56:19 landry Exp $
We don't need those files installed..
--- wscript.orig Sun Oct 31 23:20:48 2010
+++ wscript Mon Nov 1 08:31:47 2010
@@ -68,7 +68,7 @@
self.compiled_tasks.append (rctask)
rc_file = extension ('.rc')(rc_file)
Task.simple_task_type ('winrc', '${WINRC} -o${TGT} ${SRC}', color='BLUE',
- before='cc cxx', shell=False)
+ before='cc cxx')
def configure (conf):
def option_checkfatal (option, desc):
@@ -416,12 +416,8 @@
bld.add_group ()
- if bld.env['docs']:
- bld.install_files ('${DOCDIR}/' + '/', \
- 'AUTHORS COPYING ChangeLog EXPAT README')
-
# Install default configuration
- bld.install_files ('${SYSCONFDIR}/xdg/' + APPNAME + '/', 'data/search')
+ bld.install_files ('${MDATADIR}/examples/' + APPNAME + '/', 'data/search')
if bld.env['RST2HTML']:
# FIXME: Build only if needed