diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-03 02:48:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-03 02:48:05 +0800 |
commit | da0d0a01a58b146271bf8f6c848ae4856332032d (patch) | |
tree | 33312e9ce2774b8046ae6d53e2cfe48cac53c020 /x11 | |
parent | aeb2138f9bb196cf0a5e70a3807d97c7e8230dc6 (diff) | |
download | freebsd-ports-gnome-da0d0a01a58b146271bf8f6c848ae4856332032d.tar.gz freebsd-ports-gnome-da0d0a01a58b146271bf8f6c848ae4856332032d.tar.zst freebsd-ports-gnome-da0d0a01a58b146271bf8f6c848ae4856332032d.zip |
Add some wording on how to move from gnome2-lite to the full-blown GNOME 2
desktop.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-lite/pkg-message | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/x11/gnome2-lite/pkg-message b/x11/gnome2-lite/pkg-message index b99bc4e4a2b8..a3e68b0e01d1 100644 --- a/x11/gnome2-lite/pkg-message +++ b/x11/gnome2-lite/pkg-message @@ -5,8 +5,15 @@ The GNOME 2 desktop Lite edition has been successfully installed. The Lite edition does not include all the components of the standard GNOME 2 desktop as detailed at http://www.gnome.org. If you wish to install the full desktop, you can remove this port, and install the -x11/gnome2 port or package. Alternatively, you can install additional -GNOME components individually using either their ports or packages. +x11/gnome2 port or package. That can be best accomplished using +the following commands: + +# pkg_delete gnome2-lite +# cd /usr/ports/x11/gnome2 +# make install clean + +Alternatively, you can install additional GNOME components individually +using either their ports or packages. For more help on using GNOME on FreeBSD, please see the FreeBSD GNOME project site at http://www.FreeBSD.org/gnome. |