diff options
author | pav <pav@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-25 06:45:56 +0800 |
---|---|---|
committer | pav <pav@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-25 06:45:56 +0800 |
commit | c1ea1713d050d66874b7349c1df2573aefc1aa9d (patch) | |
tree | e2d1d79e581419ec18886d08f1062a906d3d8435 /x11 | |
parent | 3606a304756f4d5c0adf5898f47fcddcdc5b0307 (diff) | |
download | marcuscom-ports-c1ea1713d050d66874b7349c1df2573aefc1aa9d.tar.gz marcuscom-ports-c1ea1713d050d66874b7349c1df2573aefc1aa9d.tar.zst marcuscom-ports-c1ea1713d050d66874b7349c1df2573aefc1aa9d.zip |
- Detonate marcuscom^W^W start fullfilling evil plan of evil archlord adamw^W^W^W^W^W^W
Start moving foo2 ports to foo, here in marcuscom and in FreeBSD CVS.
First one: devel/bugbuddy2 -> devel/bugbuddy
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3487 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-lite/pkg-install | 2 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome2/pkg-install | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome2-lite/pkg-install b/x11/gnome2-lite/pkg-install index 2480ec609..e14114b1e 100644 --- a/x11/gnome2-lite/pkg-install +++ b/x11/gnome2-lite/pkg-install @@ -4,7 +4,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 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 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" diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 4b6dee136..d27349680 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${X11BASE}/libexec/gweather-applet-2:${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 ca7543bb5..5e67f1e0e 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" |