aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-02-09 13:18:38 +0800
committerlofi <lofi@FreeBSD.org>2004-02-09 13:18:38 +0800
commit7a53c38f23883b46577f085b3f9de3df8799cc43 (patch)
tree7dc45b923bfe84d90dbd00bf90f7d2d3333eff60 /x11
parentbc459d53501b039d81337009ccb70744b9c494a0 (diff)
downloadfreebsd-ports-graphics-7a53c38f23883b46577f085b3f9de3df8799cc43.tar.gz
freebsd-ports-graphics-7a53c38f23883b46577f085b3f9de3df8799cc43.tar.zst
freebsd-ports-graphics-7a53c38f23883b46577f085b3f9de3df8799cc43.zip
Fix a bug which caused WITHOUT_KDEACCESSIBILITY to always being set
regardless of the user's selection on the dialog.
Diffstat (limited to 'x11')
-rw-r--r--x11/kde3/scripts/configure.kde32
-rw-r--r--x11/kde4/scripts/configure.kde32
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde3/scripts/configure.kde3 b/x11/kde3/scripts/configure.kde3
index bb2f49bf41c..f42984b0430 100644
--- a/x11/kde3/scripts/configure.kde3
+++ b/x11/kde3/scripts/configure.kde3
@@ -99,7 +99,7 @@ Please select what additional KDE modules you would like to install.\n\n" \
## two files to get the delta and set that as shell variables.
if [ -s $tempselection ]; then
- ${CAT} $tempselection | ${SED} -E -e 's/[[:space:]]+/ /g' \
+ ${CAT} $tempselection | ${SED} -E -e 's/KDEACCESS./KDEACCESSIBILITY/g' -e 's/[[:space:]]+/ /g' \
-e 's/"//g' | ${TR} '[:space:]' '\n' > $tempprocessed
set `/usr/bin/comm -23 $tempallmodules $tempprocessed`
fi
diff --git a/x11/kde4/scripts/configure.kde3 b/x11/kde4/scripts/configure.kde3
index bb2f49bf41c..f42984b0430 100644
--- a/x11/kde4/scripts/configure.kde3
+++ b/x11/kde4/scripts/configure.kde3
@@ -99,7 +99,7 @@ Please select what additional KDE modules you would like to install.\n\n" \
## two files to get the delta and set that as shell variables.
if [ -s $tempselection ]; then
- ${CAT} $tempselection | ${SED} -E -e 's/[[:space:]]+/ /g' \
+ ${CAT} $tempselection | ${SED} -E -e 's/KDEACCESS./KDEACCESSIBILITY/g' -e 's/[[:space:]]+/ /g' \
-e 's/"//g' | ${TR} '[:space:]' '\n' > $tempprocessed
set `/usr/bin/comm -23 $tempallmodules $tempprocessed`
fi