aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome2/pkg-install
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-07 19:45:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-07 19:45:48 +0000
commit7a6f2ca28a74736570bb8435786de0e3d53d645b (patch)
treedd11f8ec7bc8755181c8b65c70ec7ccc4e977dd5 /x11/gnome2/pkg-install
parentd8202885c70f4ac7cfc77eb034b01fb78a42d145 (diff)
downloadports-7a6f2ca28a74736570bb8435786de0e3d53d645b.tar.gz
ports-7a6f2ca28a74736570bb8435786de0e3d53d645b.zip
Notes
Diffstat (limited to 'x11/gnome2/pkg-install')
-rw-r--r--x11/gnome2/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install
index 6a9289ae7ff9..930e222a742c 100644
--- a/x11/gnome2/pkg-install
+++ b/x11/gnome2/pkg-install
@@ -12,7 +12,7 @@ if [ "$2" = "PRE-INSTALL" ]; then
for package in ${GNOME_ONE_DESKTOP}; do
if pkg_info | grep "^${package}-[0-9]" >/dev/null 2>&1; then
echo "${package} was detected on the system. This package is part of the GNOME 1.x"
- echo "desktop, and cannot coexist with the GNOME 2.0 desktop."
+ echo "desktop, and cannot coexist with the GNOME 2.2 desktop."
echo ""
echo "Please deinstall the GNOME 1.x desktop before installing this package."
false