Ticket #18270: macports-diststate.diff
File macports-diststate.diff, 615 bytes (added by afb@…, 16 years ago) |
---|
-
src/port1.0/portutil.tcl
1707 1707 1708 1708 # TODO: Don't hardcode this list of targets here, 1709 1709 # 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 && 1711 1711 !([info exists ports_force] && $ports_force == "yes")} { 1712 1712 1713 1713 set state_fd [open_statefile]