Ticket #299: portuninstall.tcl.diff
File portuninstall.tcl.diff, 690 bytes (added by jpm@…, 22 years ago) |
---|
-
base/src/port1.0/portuninstall.tcl
RCS file: /Volumes/src/cvs/od/proj/darwinports/base/src/port1.0/portuninstall.tcl,v retrieving revision 1.21 diff -u -d -b -w -r1.21 portuninstall.tcl
83 83 # Now look for a contents list 84 84 set ix [lsearch $entry contents] 85 85 if {$ix >= 0} { 86 set contents [l index $entry [incr ix]]86 set contents [lsort -decreasing [lindex $entry [incr ix]]] 87 87 set uninst_err 0 88 88 foreach f $contents { 89 89 set fname [lindex $f 0]