aboutsummaryrefslogtreecommitdiff
path: root/x11/kde4
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-02-09 05:18:38 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-02-09 05:18:38 +0000
commit5a8265bf7f94ca007a34fbd9986fe1ae950767ca (patch)
treedf4c89dbb98182a8650f89a4da41cfaf7f63ebc1 /x11/kde4
parent1242eaed502d1764115ef8e22d9a116560dddc36 (diff)
downloadports-5a8265bf7f94ca007a34fbd9986fe1ae950767ca.tar.gz
ports-5a8265bf7f94ca007a34fbd9986fe1ae950767ca.zip
Notes
Diffstat (limited to 'x11/kde4')
-rw-r--r--x11/kde4/scripts/configure.kde32
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4/scripts/configure.kde3 b/x11/kde4/scripts/configure.kde3
index bb2f49bf41c0..f42984b04304 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