summaryrefslogtreecommitdiff
path: root/www/linux-mozilla/scripts/configure
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-07-04 18:21:45 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-07-04 18:21:45 +0000
commit35a9e2ac9cbd529d83077170848f47123b97be48 (patch)
tree91f82e2e28978e6bdccb8ce6a80d7bd379ad79f5 /www/linux-mozilla/scripts/configure
parentUpgrade to version 0.9.14.004. (diff)
Update to 1.4.
Change the configuration process, so that extraneous files are not downloaded.
Notes
Notes: svn path=/head/; revision=84217
Diffstat (limited to 'www/linux-mozilla/scripts/configure')
-rw-r--r--www/linux-mozilla/scripts/configure10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/linux-mozilla/scripts/configure b/www/linux-mozilla/scripts/configure
index f51afff58430..2d7954b31fdc 100644
--- a/www/linux-mozilla/scripts/configure
+++ b/www/linux-mozilla/scripts/configure
@@ -16,11 +16,11 @@ echo "browser langenus regus xpcom" > /tmp/checklist.tmp.$$;
Choose which components of Mozilla to download and install. \n\
Press the space bar to toggle selections." -1 -1 6 \
"deflenus" "American English profile defaults (8 kB)" ON \
-"inspector" "DOM inspector (240 kB)" ON \
-"mail" "Mozilla Mail and News (1824 kB)" ON \
+"inspector" "DOM inspector (154 kB)" ON \
+"mail" "Mozilla Mail and News (1808 kB)" ON \
"psm" "Personal Security Manager--recommended (768 kB)" ON \
"talkback" "sends crash logs to Mozilla staff (832 kB)" ON \
-"venkman" "JavaScript debugger (256 kB)" ON \
+"venkman" "JavaScript debugger (224 kB)" ON \
2>> /tmp/checklist.tmp.$$
retval=$?
@@ -42,3 +42,7 @@ echo "$choice" \
| sed -e "s/$/.xpi/g" \
| perl -pi -e "s/ /\n/g" \
> ${WRKSRC}/components.conf
+
+echo "* Your choices are saved. You must run the \"make\" command again to"
+echo "* complete the build. Ignore the \"Error code 1\" below."
+exit 1