diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-09 08:53:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-09 08:53:38 +0000 |
commit | 517499f139bcedb1e9b60a7a0d05caa75ec5b3d7 (patch) | |
tree | 4bde7c48744a66662c868ce4e133ca0d494ae404 /x11 | |
parent | d994a8d5a2b36ce6404807561efe3581ead0f64f (diff) | |
download | ports-517499f139bcedb1e9b60a7a0d05caa75ec5b3d7.tar.gz ports-517499f139bcedb1e9b60a7a0d05caa75ec5b3d7.zip |
Notes
Diffstat (limited to 'x11')
-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 930e222a742c..05cc74c44679 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 gedit xalf bugbuddy gnomegames gdm eog" + GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus gedit xalf bugbuddy gnomegames gdm eog ggv" 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" |