diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-24 23:42:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-24 23:42:17 +0000 |
commit | 12cdd35c4b93fe83a6f5806e823f7991132b16ff (patch) | |
tree | f5f10072537dbd0e48ef1e7781074dd236c0a18d /x11/gnome2 | |
parent | ab228e5b7d711252695a6950bb6bec15feb848f1 (diff) | |
download | ports-12cdd35c4b93fe83a6f5806e823f7991132b16ff.tar.gz ports-12cdd35c4b93fe83a6f5806e823f7991132b16ff.zip |
- Move print/ggv2 to print/ggv
Notes
Notes:
svn path=/head/; revision=127244
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 3fce2e8a48a0..c3445206dc10 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -36,7 +36,7 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ ${X11BASE}/libdata/pkgconfig/libgail-gnome.pc:${PORTSDIR}/x11-toolkits/libgail-gnome \ file-roller:${PORTSDIR}/archivers/fileroller \ ${X11BASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \ - ggv:${PORTSDIR}/print/ggv2 \ + ggv:${PORTSDIR}/print/ggv \ gok:${PORTSDIR}/accessibility/gok \ gpdf:${PORTSDIR}/graphics/gpdf \ nautilus-cd-burner:${PORTSDIR}/sysutils/nautilus-cd-burner \ diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install index f895a8a6c107..bfdf05775d46 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 xalf gnomegames ggv gnomeaudio" + GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus xalf gnomegames 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" |