31c21eaeb1
add kactivities rename kdebase4 -> kde-baseapps4 rename kdebase-runtime4 -> kde-runtime4 rename kdebase-workspace4 -> kde-workspace4 rename kdebindings4-python -> py-kde4
24 lines
960 B
Text
24 lines
960 B
Text
$NetBSD: patch-ag,v 1.1 2012/03/19 19:44:03 markd Exp $
|
|
|
|
--- khelpcenter/searchhandlers/khc_htdig.pl.cmake.orig 2008-01-31 12:51:37.000000000 +1300
|
|
+++ khelpcenter/searchhandlers/khc_htdig.pl.cmake
|
|
@@ -26,8 +26,8 @@ use strict;
|
|
|
|
use Getopt::Long;
|
|
|
|
-my $htdigdata = "/srv/www/htdig/common/";
|
|
-my $htdigbin = "/usr/bin";
|
|
+my $htdigdata = "@CMAKE_INSTALL_PREFIX@/share/htdig/common/";
|
|
+my $htdigbin = "@CMAKE_INSTALL_PREFIX@/bin";
|
|
my $kdeprefix = "@CMAKE_INSTALL_PREFIX@";
|
|
chomp $kdeprefix;
|
|
|
|
@@ -93,7 +93,7 @@ ignore_noindex: true
|
|
max_hop_count: 4
|
|
robotstxt_name: kdedig
|
|
compression_level: 6
|
|
-template_map: Long long $kdeprefix/share/apps/khelpcenter/searchhandlers/htdig/htdig_long.html \\
|
|
+template_map: Long long $kdeprefix/share/kde/apps/khelpcenter/searchhandlers/htdig/htdig_long.html \\
|
|
Short short $htdigdata/short.html
|
|
search_algorithm: exact:1 prefix:0.8
|
|
maximum_pages: 1
|