Changeset 79567
- Timestamp:
- 06/18/11 07:05:05 (4 years ago)
- Location:
- trunk/base/src/port1.0
- Files:
-
- 2 edited
-
portload.tcl (modified) (1 diff)
-
portunload.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/port1.0/portload.tcl
r75534 r79567 37 37 set org.macports.load [target_new org.macports.load portload::load_main] 38 38 target_runtype ${org.macports.load} always 39 target_state ${org.macports.load} no 39 40 target_provides ${org.macports.load} load 40 41 target_requires ${org.macports.load} main -
trunk/base/src/port1.0/portunload.tcl
r75534 r79567 37 37 set org.macports.unload [target_new org.macports.unload portunload::unload_main] 38 38 target_runtype ${org.macports.unload} always 39 target_state ${org.macports.unload} no 39 40 target_provides ${org.macports.unload} unload 40 41 target_requires ${org.macports.unload} main
Note: See TracChangeset
for help on using the changeset viewer.

