diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-01 06:49:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-01 06:49:42 +0800 |
commit | fe1c1eaa5b552625f98ed4cb0a99226dc60a4241 (patch) | |
tree | 259daa5488ccf9c088460b7a0cf7c9beaab1e674 /x11/gnome2 | |
parent | b885beea9fadfd958b6ad8b96c2c52fa95d6f5b0 (diff) | |
download | freebsd-ports-gnome-fe1c1eaa5b552625f98ed4cb0a99226dc60a4241.tar.gz freebsd-ports-gnome-fe1c1eaa5b552625f98ed4cb0a99226dc60a4241.tar.zst freebsd-ports-gnome-fe1c1eaa5b552625f98ed4cb0a99226dc60a4241.zip |
Allow gnomecontrolcenter to coexist with GNOME 2. This is need so
evolution users can still have Palm Pilot support. While not pretty,
this is supported by GNOME 2.0, and doesn't overwrite any GNOME 2.0
files.
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" |