Changeset 233 for trunk/base


Ignore:
Timestamp:
Aug 21, 2002, 11:12:02 AM (22 years ago)
Author:
landonf (Landon Fuller)
Message:

Added install target

Location:
trunk/base/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/Makefile

    r215 r233  
    2020        ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} portui.tcl ${INSTALLDIR}
    2121        ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} portutil.tcl ${INSTALLDIR}
     22        ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} portinstall.tcl ${INSTALLDIR}
  • trunk/base/src/port1.0/port.tcl

    r215 r233  
    1717package require portconfigure 1.0
    1818package require portbuild 1.0
     19package require portinstall 1.0
    1920
    2021# System wide configuration
  • trunk/base/src/portbuild/portbuild.tcl

    r229 r233  
    1919
    2020# Main
    21 set target "all"
     21set target "build"
    2222for {set i 0} {$i < $argc} {incr i} {
    2323        switch -regexp -- [lindex $argv $i] {
Note: See TracChangeset for help on using the changeset viewer.