Ticket #15881: patch-portbuild.tcl.diff

File patch-portbuild.tcl.diff, 617 bytes (added by raimue (Rainer Müller), 16 years ago)
  • portbuild.tcl

     
    135135proc build_start {args} {
    136136    global UI_PREFIX
    137137   
    138     if {[string length [option build.target]]} {
    139         ui_msg "$UI_PREFIX [format [msgcat::mc "Building %s with target %s"] [option portname] [option build.target]]"
    140     } else {
    141         ui_msg "$UI_PREFIX [format [msgcat::mc "Building %s"] [option portname]]"
    142     }
     138    ui_msg "$UI_PREFIX [format [msgcat::mc "Building %s"] [option portname]]"
    143139}
    144140
    145141proc build_main {args} {