Ticket #15881: patch-portbuild.tcl.diff
File patch-portbuild.tcl.diff, 617 bytes (added by raimue (Rainer Müller), 16 years ago) |
---|
-
portbuild.tcl
135 135 proc build_start {args} { 136 136 global UI_PREFIX 137 137 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]]" 143 139 } 144 140 145 141 proc build_main {args} {