aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4-runtime/files
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2011-10-17 00:03:42 +0000
committerAlberto Villa <avilla@FreeBSD.org>2011-10-17 00:03:42 +0000
commita2d3b5a4bc5047210b788a128596ec34749ffa11 (patch)
treec3c20b47c3435ddcaf02b8570db6aab5b70011af /x11/kdebase4-runtime/files
parentda6ade2349d0bdc372133d4d97bc6988aee94238 (diff)
Notes
Diffstat (limited to 'x11/kdebase4-runtime/files')
-rw-r--r--x11/kdebase4-runtime/files/nepomuk-env.sh.in6
-rw-r--r--x11/kdebase4-runtime/files/patch-khelpcenter_searchhandlers-khc_mansearch.pl11
2 files changed, 0 insertions, 17 deletions
diff --git a/x11/kdebase4-runtime/files/nepomuk-env.sh.in b/x11/kdebase4-runtime/files/nepomuk-env.sh.in
deleted file mode 100644
index 472cbb2580dc..000000000000
--- a/x11/kdebase4-runtime/files/nepomuk-env.sh.in
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-if [ %%PREFIX%% != %%LOCALBASE%% ]; then
-STRIGI_PLUGIN_PATH=${STRIGI_PLUGIN_PATH}:%%PREFIX%%/lib/strigi:%%LOCALBASE%%/lib/strigi
-export STRIGI_PLUGIN_PATH
-fi
diff --git a/x11/kdebase4-runtime/files/patch-khelpcenter_searchhandlers-khc_mansearch.pl b/x11/kdebase4-runtime/files/patch-khelpcenter_searchhandlers-khc_mansearch.pl
deleted file mode 100644
index c52c60e287b1..000000000000
--- a/x11/kdebase4-runtime/files/patch-khelpcenter_searchhandlers-khc_mansearch.pl
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./khelpcenter/searchhandlers/khc_mansearch.pl.orig 2008-08-02 17:06:48.000000000 +0200
-+++ ./khelpcenter/searchhandlers/khc_mansearch.pl 2008-08-02 17:07:03.000000000 +0200
-@@ -55,7 +55,7 @@
- while( <MAN> ) {
- # print "RAW:$_";
- chop;
-- /^([^\s]+)\s+\((.*)\)\s+-\s+(.*)$/;
-+ /^([^\s]+)\((.*)\)\s+-\s+(.*)$/;
- my $page = $1;
- my $section = $2;
- my $description = $3;