summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-03-09 19:56:29 +0000
committerlofi <lofi@FreeBSD.org>2004-03-09 19:56:29 +0000
commit0ddfa7988c91beabc9fef9efc2e6d06282ca7207 (patch)
treea0ef5c0464e010ce7d897e17557f64b79c80234a
parent68748c43f8b2eebf76c63900e5ec43b0a59e6b01 (diff)
downloadFreeBSD-ports-0ddfa7988c91beabc9fef9efc2e6d06282ca7207.zip
FreeBSD-ports-0ddfa7988c91beabc9fef9efc2e6d06282ca7207.tar.gz
Salvage accidentally reverted change.
-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 bb2f49bf..f42984b 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 bb2f49bf..f42984b 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
OpenPOWER on IntegriCloud