Revision: 72989 http://trac.macports.org/changeset/72989 Author: jmr@macports.org Date: 2010-10-31 12:53:25 -0700 (Sun, 31 Oct 2010) Log Message: ----------- merge r70842 from trunk: refer to "work directory" rather than "build directory" in message when cleaning Revision Links: -------------- http://trac.macports.org/changeset/70842 Modified Paths: -------------- branches/release_1_9/base/src/port1.0/portclean.tcl Modified: branches/release_1_9/base/src/port1.0/portclean.tcl =================================================================== --- branches/release_1_9/base/src/port1.0/portclean.tcl 2010-10-31 19:52:07 UTC (rev 72988) +++ branches/release_1_9/base/src/port1.0/portclean.tcl 2010-10-31 19:53:25 UTC (rev 72989) @@ -78,7 +78,7 @@ if {[info exists ports_clean_all] && $ports_clean_all == "yes" || \ [info exists ports_clean_work] && $ports_clean_work == "yes" || \ (!([info exists ports_clean_archive] && $ports_clean_archive == "yes"))} { - ui_info "$UI_PREFIX [format [msgcat::mc "Removing build directory for %s"] [option name]]" + ui_info "$UI_PREFIX [format [msgcat::mc "Removing work directory for %s"] [option name]]" clean_work } if {(([info exists ports_clean_logs] && $ports_clean_logs == "yes") || ($keeplogs == "no"))