Revision
70842
Author
jmr@macports.org
Date
2010-08-22 22:22:10 -0700 (Sun, 22 Aug 2010)

Log Message

refer to "work directory" rather than "build directory" in message when cleaning

Modified Paths

Diff

Modified: trunk/base/src/port1.0/portclean.tcl (70841 => 70842)


--- trunk/base/src/port1.0/portclean.tcl	2010-08-23 05:11:37 UTC (rev 70841)
+++ trunk/base/src/port1.0/portclean.tcl	2010-08-23 05:22:10 UTC (rev 70842)
@@ -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"))