Revision: 69191 http://trac.macports.org/changeset/69191 Author: jmr@macports.org Date: 2010-06-27 23:54:45 -0700 (Sun, 27 Jun 2010) Log Message: ----------- remove trace from action array (not a real target) Modified Paths: -------------- trunk/base/src/port/port.tcl Modified: trunk/base/src/port/port.tcl =================================================================== --- trunk/base/src/port/port.tcl 2010-06-28 03:29:07 UTC (rev 69190) +++ trunk/base/src/port/port.tcl 2010-06-28 06:54:45 UTC (rev 69191) @@ -3782,7 +3782,6 @@ test [list action_target [ACTION_ARGS_PORTS]] \ lint [list action_target [ACTION_ARGS_PORTS]] \ submit [list action_target [ACTION_ARGS_PORTS]] \ - trace [list action_target [ACTION_ARGS_PORTS]] \ livecheck [list action_target [ACTION_ARGS_PORTS]] \ distcheck [list action_target [ACTION_ARGS_PORTS]] \ mirror [list action_target [ACTION_ARGS_PORTS]] \