Ticket #18270: macports-diststate.diff

File macports-diststate.diff, 615 bytes (added by afb@…, 15 years ago)

macports-diststate.diff

  • src/port1.0/portutil.tcl

     
    17071707   
    17081708    # TODO: Don't hardcode this list of targets here,
    17091709    #       check for [ditem_key $mport state] == "no" somewhere else instead
    1710     if { [lsearch "clean submit lint livecheck" $target] < 0 &&
     1710    if { [lsearch "clean submit lint livecheck distfiles distcheck" $target] < 0 &&
    17111711        !([info exists ports_force] && $ports_force == "yes")} {
    17121712       
    17131713        set state_fd [open_statefile]