diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-30 22:49:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-30 22:49:42 +0000 |
commit | 351d834b587cc71f8e8cc553bd87f531a2641e6f (patch) | |
tree | 02de4543a0d5335c56b2126b8a94c33428546cba /x11/gnome2 | |
parent | 72c4ce844cb56eda11011510da4504445002a434 (diff) | |
download | ports-351d834b587cc71f8e8cc553bd87f531a2641e6f.tar.gz ports-351d834b587cc71f8e8cc553bd87f531a2641e6f.zip |
Notes
Diffstat (limited to 'x11/gnome2')
-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 24cdef59eb6e..2a6f60ebb004 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 gnomecontrolcenter gtop libgtop sawfish nautilus glade gedit xalf bugbuddy gnomegames" + GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus glade gedit xalf bugbuddy gnomegames" 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" |