diff options
author | pav <pav@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-25 07:26:14 +0800 |
---|---|---|
committer | pav <pav@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-25 07:26:14 +0800 |
commit | 972b1419aa383e769e69a5c78e239452d5b60bcd (patch) | |
tree | 7b8140ca40662662a0d16234598ef4179e2921fb /x11/gnome2 | |
parent | b398383ce15a3a6540bf185e45f339c88287603a (diff) | |
download | marcuscom-ports-972b1419aa383e769e69a5c78e239452d5b60bcd.tar marcuscom-ports-972b1419aa383e769e69a5c78e239452d5b60bcd.tar.gz marcuscom-ports-972b1419aa383e769e69a5c78e239452d5b60bcd.tar.bz2 marcuscom-ports-972b1419aa383e769e69a5c78e239452d5b60bcd.tar.lz marcuscom-ports-972b1419aa383e769e69a5c78e239452d5b60bcd.tar.xz marcuscom-ports-972b1419aa383e769e69a5c78e239452d5b60bcd.tar.zst marcuscom-ports-972b1419aa383e769e69a5c78e239452d5b60bcd.zip |
- Move x11/gdm2 to x11/gdm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3490 df743ca5-7f9a-e211-a948-0013205c9059
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 1208610d5..93566ed02 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2 gnome-system-monitor:${PORTSDIR}/sysutils/gnomesystemmonitor \ nautilus:${PORTSDIR}/x11-fm/nautilus2 \ yelp:${PORTSDIR}/x11/yelp \ - gdm:${PORTSDIR}/x11/gdm2 \ + gdm:${PORTSDIR}/x11/gdm \ screensaver-properties-capplet:${PORTSDIR}/x11/xscreensaver-gnome \ ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnomeuserdocs2 \ ${X11BASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnomeaudio2 \ diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install index 2bd32b570..a4ae8c2ca 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 ggv gnomeaudio" + GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus gedit xalf gnomegames 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" |