Changeset 1229 for trunk/base


Ignore:
Timestamp:
Nov 12, 2002, 10:15:29 AM (21 years ago)
Author:
kevin
Message:

Introduce the ${destroot} can of worms to DarwinPorts.

Location:
trunk/base/src/port1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portinstall.tcl

    r1225 r1229  
    4848
    4949proc install_start {args} {
    50     global UI_PREFIX portname build.target.install
     50    global UI_PREFIX portname build.target.install destroot
    5151
    52     ui_msg "$UI_PREFIX Installing $portname with target ${build.target.install}"
     52    ui_msg "$UI_PREFIX Installing ${portname} into ${destroot} with target ${build.target.install}"
     53       
     54        file mkdir ${destroot}
    5355}
    5456
  • trunk/base/src/port1.0/portmain.tcl

    r1033 r1229  
    5454default workpath {[file join $portpath $workdir]}
    5555default prefix /opt/local
     56default destroot {${workpath}/destroot}
    5657default filedir files
    5758default revision 0
Note: See TracChangeset for help on using the changeset viewer.