Changeset 215 for trunk/base


Ignore:
Timestamp:
Aug 21, 2002, 5:25:39 AM (22 years ago)
Author:
landonf (Landon Fuller)
Message:

Change 'portmake' to 'portbuild'

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

Legend:

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

    r214 r215  
    1616        ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} portfetch.tcl ${INSTALLDIR}
    1717        ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} portmain.tcl ${INSTALLDIR}
    18         ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} portmake.tcl ${INSTALLDIR}
     18        ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} portbuild.tcl ${INSTALLDIR}
    1919        ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} portpatch.tcl ${INSTALLDIR}
    2020        ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} portui.tcl ${INSTALLDIR}
  • trunk/base/src/port1.0/port.tcl

    r214 r215  
    1616package require portpatch 1.0
    1717package require portconfigure 1.0
    18 package require portmake 1.0
     18package require portbuild 1.0
    1919
    2020# System wide configuration
Note: See TracChangeset for help on using the changeset viewer.