diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-28 10:08:31 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-28 10:08:31 +0800 |
commit | 1c2e1fddc027601fbb83c95f2d50c5490095991a (patch) | |
tree | 2b733347fa4e646d1e49dff087116b3dc9886709 /x11 | |
parent | c36555494ef59a326b85133a52c822a8de425ab3 (diff) | |
download | freebsd-ports-gnome-1c2e1fddc027601fbb83c95f2d50c5490095991a.tar.gz freebsd-ports-gnome-1c2e1fddc027601fbb83c95f2d50c5490095991a.tar.zst freebsd-ports-gnome-1c2e1fddc027601fbb83c95f2d50c5490095991a.zip |
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for x11/gcursor, x11/gnome2 and x11/gnome2-lite chase the rename.
PR: ports/97985
Repocopy by: marcus
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gcursor/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome2-lite/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/gcursor/Makefile b/x11/gcursor/Makefile index 9fc98d409732..c22c5bd16a9e 100644 --- a/x11/gcursor/Makefile +++ b/x11/gcursor/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://download.qballcow.nl/programs/gcursor/ MAINTAINER= mezz@FreeBSD.org COMMENT= A mouse cursor theme selector for GNOME -RUN_DEPENDS= file-roller:${PORTSDIR}/archivers/fileroller +RUN_DEPENDS= file-roller:${PORTSDIR}/archivers/file-roller USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile index 906590c8b629..f7be6aa0fd1f 100644 --- a/x11/gnome2-lite/Makefile +++ b/x11/gnome2-lite/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2 yelp:${PORTSDIR}/x11/yelp \ ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnomeuserdocs2 \ ${X11BASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnomeaudio2 \ - file-roller:${PORTSDIR}/archivers/fileroller \ + file-roller:${PORTSDIR}/archivers/file-roller \ ${X11BASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \ evince:${PORTSDIR}/graphics/evince \ gcalctool:${PORTSDIR}/math/gcalctool \ diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index ace0debec7d6..6dec88100ebd 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -34,7 +34,7 @@ RUN_DEPENDS?= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2 ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnomeuserdocs2 \ ${X11BASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnomeaudio2 \ ${X11BASE}/libdata/pkgconfig/libgail-gnome.pc:${PORTSDIR}/x11-toolkits/libgail-gnome \ - file-roller:${PORTSDIR}/archivers/fileroller \ + file-roller:${PORTSDIR}/archivers/file-roller \ ${X11BASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \ gok:${PORTSDIR}/accessibility/gok \ nautilus-cd-burner:${PORTSDIR}/sysutils/nautilus-cd-burner \ |