diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-29 13:32:31 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-29 13:32:31 +0800 |
commit | f8f0dfef7f11fffcb314934bf6daa2980cf047ce (patch) | |
tree | edec4c0f8147c5b36cb54a3b3c769cc7e16ae9c0 /x11 | |
parent | f5e508c534c6cfc06abd9f7e15495fe2bfe3c329 (diff) | |
download | freebsd-ports-gnome-f8f0dfef7f11fffcb314934bf6daa2980cf047ce.tar.gz freebsd-ports-gnome-f8f0dfef7f11fffcb314934bf6daa2980cf047ce.tar.zst freebsd-ports-gnome-f8f0dfef7f11fffcb314934bf6daa2980cf047ce.zip |
x11-fm/nautilus2 -> x11-fm/nautilus
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-lite/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile index 87201527c82c..e1e414a8c0de 100644 --- a/x11/gnome2-lite/Makefile +++ b/x11/gnome2-lite/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-applets gnome-terminal:${PORTSDIR}/x11/gnome-terminal \ gnome-session:${PORTSDIR}/x11/gnome-session \ gnome-system-monitor:${PORTSDIR}/sysutils/gnome-system-monitor \ - nautilus:${PORTSDIR}/x11-fm/nautilus2 \ + nautilus:${PORTSDIR}/x11-fm/nautilus \ yelp:${PORTSDIR}/x11/yelp \ ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnome-user-docs \ ${X11BASE}/share/gnome/sounds/question.wav:${PORTSDIR}/audio/gnome-audio \ diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 4086b1b9fd23..cb4df0ee687b 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS?= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-applets gnome-session:${PORTSDIR}/x11/gnome-session \ bug-buddy:${PORTSDIR}/devel/bug-buddy \ gnome-system-monitor:${PORTSDIR}/sysutils/gnome-system-monitor \ - nautilus:${PORTSDIR}/x11-fm/nautilus2 \ + nautilus:${PORTSDIR}/x11-fm/nautilus \ yelp:${PORTSDIR}/x11/yelp \ ${X11BASE}/sbin/gdm:${PORTSDIR}/x11/gdm \ ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnome-user-docs \ |