diff options
author | pav <pav@FreeBSD.org> | 2005-01-25 07:17:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-25 07:17:47 +0800 |
commit | 2a19d621e324a469e25c514e2ebb47d69d11dc28 (patch) | |
tree | a5d61ff008490850e902ce20d9259dde56e9549b /x11/gnome2 | |
parent | f0f107690b5affdb6985905c0a10900192cb5a5c (diff) | |
download | freebsd-ports-gnome-2a19d621e324a469e25c514e2ebb47d69d11dc28.tar.gz freebsd-ports-gnome-2a19d621e324a469e25c514e2ebb47d69d11dc28.tar.zst freebsd-ports-gnome-2a19d621e324a469e25c514e2ebb47d69d11dc28.zip |
- Move graphics/eog2 to graphics/eog
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 58850e2dd0bd..37ca46a7ab51 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -18,7 +18,7 @@ COMMENT= The "meta-port" for the GNOME 2 integrated X11 desktop RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ gnome-cd:${PORTSDIR}/audio/gnomemedia2 \ gnome-dictionary:${PORTSDIR}/deskutils/gnomeutils2 \ - eog:${PORTSDIR}/graphics/eog2 \ + eog:${PORTSDIR}/graphics/eog \ gnome-control-center:${PORTSDIR}/sysutils/gnomecontrolcenter2 \ gconf-editor:${PORTSDIR}/sysutils/gconf-editor \ gnect:${PORTSDIR}/games/gnomegames2 \ diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install index 5e67f1e0e5de..2bd32b570251 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 gnomegames gdm eog ggv gnomeaudio" + GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus gedit xalf gnomegames gdm 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" |