Changeset 1231 for trunk/dports


Ignore:
Timestamp:
Nov 12, 2002, 11:53:31 AM (21 years ago)
Author:
landonf (Landon Fuller)
Message:

Switch from destroot to destdir.
Reversing the destroot change I proposed earlier. Sorry Kevin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/games/netris/Portfile

    r1230 r1231  
    1414
    1515install {
    16         system "install -cp -o root -g wheel -m 0555 ${worksrcpath}/netris ${destroot}/bin"
    17         system "install -cp -o root -g wheel -m 0555 ${worksrcpath}/sr ${destroot}/bin"
     16        system "install -cp -o root -g wheel -m 0555 ${worksrcpath}/netris ${destdir}/bin"
     17        system "install -cp -o root -g wheel -m 0555 ${worksrcpath}/sr ${destdir}/bin"
    1818}
    1919
Note: See TracChangeset for help on using the changeset viewer.