diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-28 20:33:12 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-28 20:33:12 +0800 |
commit | 705b6d37f5b5af89b8d3699e39af34bfff923ed5 (patch) | |
tree | ddb221edf7ed03e299fd401e8c93f2fee9e1ff5d /x11/gnome2 | |
parent | 95812e8b224846867744b487e4202ba0ac4f0337 (diff) | |
download | freebsd-ports-gnome-705b6d37f5b5af89b8d3699e39af34bfff923ed5.tar.gz freebsd-ports-gnome-705b6d37f5b5af89b8d3699e39af34bfff923ed5.tar.zst freebsd-ports-gnome-705b6d37f5b5af89b8d3699e39af34bfff923ed5.zip |
games/gnomegames2 -> games/gnome-games
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 other ports, chase the rename.
PR: ports/97985
Repocopy by: marcu
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 244f51e4af5e..9c5bc84da654 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS?= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2 gnome-dictionary:${PORTSDIR}/deskutils/gnome-utils \ eog:${PORTSDIR}/graphics/eog \ gconf-editor:${PORTSDIR}/sysutils/gconf-editor \ - gnect:${PORTSDIR}/games/gnomegames2 \ + gnect:${PORTSDIR}/games/gnome-games \ gedit:${PORTSDIR}/editors/gedit \ gnome-terminal:${PORTSDIR}/x11/gnometerminal \ gnome-session:${PORTSDIR}/x11/gnomesession \ |