diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-19 20:33:02 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-19 20:33:02 +0000 |
commit | 917e08bab26456b91222976da74a782dc9da1f51 (patch) | |
tree | 7854011e47369c950c0ec050f5af19557ab6d1de /x11/gnome2/pkg-install | |
parent | e3b24d8efd7450161139777d21222fb91995721a (diff) | |
download | FreeBSD-ports-917e08bab26456b91222976da74a782dc9da1f51.zip FreeBSD-ports-917e08bab26456b91222976da74a782dc9da1f51.tar.gz |
Presenting GNOME 2.0.3. This rev of the meta port is more closely in line
with the official GNOME 2.0.3 distribution. glade, metacity, metatheme,
and nautilus-gtkhtml are no longer included. Most or those, however, can
stil be installed from the gnome2-fifth-toe.
Diffstat (limited to 'x11/gnome2/pkg-install')
-rw-r--r-- | x11/gnome2/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install index cfd1cd4..6a9289a 100644 --- a/x11/gnome2/pkg-install +++ b/x11/gnome2/pkg-install @@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH} export PATH if [ "$2" = "PRE-INSTALL" ]; then - GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus glade gedit xalf bugbuddy gnomegames gdm eog" + GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus gedit xalf bugbuddy gnomegames gdm eog" for package in ${GNOME_ONE_DESKTOP}; do if pkg_info | grep "^${package}-[0-9]" >/dev/null 2>&1; then echo "${package} was detected on the system. This package is part of the GNOME 1.x" |