summaryrefslogtreecommitdiff
path: root/x11/gnome2
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-24 23:26:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-24 23:26:24 +0000
commit432cd995b5f29d52c4f85180e72658f87dcaf5f1 (patch)
treecf599dc901c2b9f0247ded16aacd1e324d55d847 /x11/gnome2
parent- Move graphics/eog2 to graphics/eog (diff)
- Move x11/gdm2 to x11/gdm
Notes
Notes: svn path=/head/; revision=127239
Diffstat (limited to 'x11/gnome2')
-rw-r--r--x11/gnome2/Makefile2
-rw-r--r--x11/gnome2/pkg-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index 37ca46a7ab51..4bc0f76bde6d 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -29,7 +29,7 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${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 2bd32b570251..a4ae8c2ca1c0 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"