diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-23 15:07:47 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-23 15:07:47 +0000 |
commit | d8217313f524ed9525e432f6567d6cd5e30a1c79 (patch) | |
tree | 3cda880226ca809cf9365355d66ce855a0e66d14 /devel | |
parent | 2a77a4eaa18fb1e5f7f26185c0ed7ca91fe809bf (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/distcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index 44bd56de9238..a30fe7c6ba61 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -41,7 +41,7 @@ HTML_DOC_FILES= distcc.html distcc-1.html distcc-2.html distcc-3.html \ pre-fetch: .if !defined(WITHOUT_GNOME) - @${ECHO_MSG} "Building with GNOME-based monitor. To disabled this, press" + @${ECHO_MSG} "Building with GNOME-based monitor. To disable this, press" @${ECHO_MSG} "Ctrl+C now and restart with 'make WITHOUT_GNOME=yes'." @${ECHO_MSG} "" .else |