diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-24 16:25:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-24 16:25:41 +0000 |
commit | 6ac284c9172d5e7c3db11169501fd165161bd0f6 (patch) | |
tree | 7dd002f365c6b3d9d684158fd2c57fbed941be81 /x11/gnome2 | |
parent | 0be08d4a0488f6dba6c2104a11edbbb21e2e06ae (diff) |
Notes
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 5f9b3c8cc0cb..cbba06d65360 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -46,7 +46,7 @@ GNOME_ONE_DESKTOP= gnomecore gnomeapplets gnomemedia gnomeutils \ pre-everything:: @for package in ${GNOME_ONE_DESKTOP}; do \ - if ${PKG_INFO} | ${GREP} $$package"-[0-9]" >/dev/null 2>&1; then \ + if ${PKG_INFO} | ${GREP} "^$$package-[0-9]" >/dev/null 2>&1; then \ ${ECHO_MSG} "$$package was detected on the system. This package is part of the GNOME 1.x"; \ ${ECHO_MSG} "desktop, and cannot coexist with the GNOME 2.0 desktop."; \ ${ECHO_MSG} ""; \ |