diff options
author | trevor <trevor@FreeBSD.org> | 2002-10-12 06:43:53 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-10-12 06:43:53 +0000 |
commit | 6b8855835f945c6c6073dabb6f29b1ac9de45643 (patch) | |
tree | 6a572acae7bc3da37f3abacb9c01f694ad65d1d8 | |
parent | 676ba78c7e139b1a1b8fc23ae988402c9c5e57eb (diff) | |
download | FreeBSD-ports-6b8855835f945c6c6073dabb6f29b1ac9de45643.zip FreeBSD-ports-6b8855835f945c6c6073dabb6f29b1ac9de45643.tar.gz |
Default to the Modern theme (untested, except by selecting it in
the preferences dialog).
submitted by: Ben Bucksch
-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 25703b0..b058968 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; \ |