openbsd-ports/www/midori/patches/patch-wscript
landry 61a7d5e182 Update to midori 0.2.1, which i somehow forgot in my tree..
Update deps on newer webkit/libsoup, and drop libidn dep which is now
provided by libsoup.
2009-11-23 21:27:44 +00:00

28 lines
972 B
Plaintext

$OpenBSD: patch-wscript,v 1.8 2009/11/23 21:27:44 landry Exp $
We don't need those files installed..
--- wscript.orig Fri Nov 13 23:31:25 2009
+++ wscript Mon Nov 23 22:07:02 2009
@@ -63,7 +63,7 @@ def rc_file(self, node):
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):
@@ -384,12 +384,8 @@ def build (bld):
bld.add_group ()
- if bld.env['docs']:
- bld.install_files ('${DOCDIR}/' + APPNAME + '/', \
- '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