diff options
author | pav <pav@FreeBSD.org> | 2005-01-24 22:48:03 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-24 22:48:03 +0000 |
commit | 8d88aa45478c0f2c316a79b5bf82cd0e2ed1b29a (patch) | |
tree | 8d11b0df1a5a2136a3c9ac6d6086df110595bf97 /x11/gnome2 | |
parent | 293bdda47095d9d98d76e79683afc0d8830d5a93 (diff) | |
download | FreeBSD-ports-8d88aa45478c0f2c316a79b5bf82cd0e2ed1b29a.zip FreeBSD-ports-8d88aa45478c0f2c316a79b5bf82cd0e2ed1b29a.tar.gz |
- Move devel/bugbuddy2 to devel/bugbuddy
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome2/pkg-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index c7abe87..58850e2 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ gedit:${PORTSDIR}/editors/gedit2 \ gnome-terminal:${PORTSDIR}/x11/gnometerminal \ gnome-session:${PORTSDIR}/x11/gnomesession \ - bug-buddy:${PORTSDIR}/devel/bugbuddy2 \ + bug-buddy:${PORTSDIR}/devel/bugbuddy \ gnome-system-monitor:${PORTSDIR}/sysutils/gnomesystemmonitor \ nautilus:${PORTSDIR}/x11-fm/nautilus2 \ yelp:${PORTSDIR}/x11/yelp \ diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install index ca7543b..5e67f1e 100644 --- a/x11/gnome2/pkg-install +++ b/x11/gnome2/pkg-install @@ -9,7 +9,7 @@ trap "rm -f ${tmp_pkg_info}" 0 pkg_info > ${tmp_pkg_info} if [ "$2" = "PRE-INSTALL" ]; then - GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus gedit xalf bugbuddy gnomegames gdm eog ggv gnomeaudio" + GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus gedit xalf gnomegames gdm eog ggv gnomeaudio" for package in ${GNOME_ONE_DESKTOP}; do if grep "^${package}-[0-9]" ${tmp_pkg_info} >/dev/null 2>&1; then echo "${package} was detected on the system. This package is part of the GNOME 1.x" |