diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-12 06:43:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-10-12 06:43:53 +0000 |
commit | f7dce2ed2093e5b6e7b89c6abb309b4a1a2417f5 (patch) | |
tree | a36340c581dd4f3cd9a68c65b6fdbb9b89f6ffbd | |
parent | Use official URL. (diff) |
Default to the Modern theme (untested, except by selecting it in
the preferences dialog).
submitted by: Ben Bucksch
Notes
Notes:
svn path=/head/; revision=67849
-rw-r--r-- | www/beonex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/beonex/Makefile b/www/beonex/Makefile index 25703b0db012..b058968a0a0b 100644 --- a/www/beonex/Makefile +++ b/www/beonex/Makefile @@ -111,7 +111,7 @@ post-build: .endif (cd ${WRKSRC}/dist/bin && \ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \ - ${ECHO_CMD} skin,install,select,classic/1.0 >> \ + ${ECHO_CMD} skin,install,select,modern/1.0 >> \ chrome/installed-chrome.txt; \ ${ECHO_CMD} locale,install,select,en-US >> \ chrome/installed-chrome.txt; \ |