diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-28 10:24:10 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-28 10:24:10 +0800 |
commit | 641b4884ebf3f61f637c5d23f06bb3cc51f74c2a (patch) | |
tree | 6cdd3edd6d4df7799ba7101d5f5deb652cbfae8b /x11/gnome2/Makefile | |
parent | 1c2e1fddc027601fbb83c95f2d50c5490095991a (diff) | |
download | freebsd-ports-gnome-641b4884ebf3f61f637c5d23f06bb3cc51f74c2a.tar.gz freebsd-ports-gnome-641b4884ebf3f61f637c5d23f06bb3cc51f74c2a.tar.zst freebsd-ports-gnome-641b4884ebf3f61f637c5d23f06bb3cc51f74c2a.zip |
gnomeaudio2 -> gnome-audio
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 deskutils/timer-applet, x11/gnome2 and x11/gnome2-lite chase the rename.
PR: ports/97985
Repocopy by: marcus
Diffstat (limited to 'x11/gnome2/Makefile')
-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 6dec88100ebd..77764558a4ea 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -32,7 +32,7 @@ RUN_DEPENDS?= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2 yelp:${PORTSDIR}/x11/yelp \ ${X11BASE}/sbin/gdm:${PORTSDIR}/x11/gdm \ ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnomeuserdocs2 \ - ${X11BASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnomeaudio2 \ + ${X11BASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnome-audio \ ${X11BASE}/libdata/pkgconfig/libgail-gnome.pc:${PORTSDIR}/x11-toolkits/libgail-gnome \ file-roller:${PORTSDIR}/archivers/file-roller \ ${X11BASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \ |