Changeset 2120 for trunk/dports


Ignore:
Timestamp:
Mar 2, 2003, 5:22:12 AM (21 years ago)
Author:
michaelm
Message:

removed requirement for root to install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/gd/Portfile

    r1742 r2120  
    3030
    3131install.args PREFIX=${destroot}/${prefix}
    32 pre-install     { system "install -o root -m 755 -d ${destroot}/${prefix}/bin"
    33                   system "install -o root -m 755 -d ${destroot}/${prefix}/man/man1"
    34                   system "install -o root -m 755 -d ${destroot}/${prefix}/include"
    35                   system "install -o root -m 755 -d ${destroot}/${prefix}/lib" }
     32pre-install     { system "install -d ${destroot}/${prefix}/bin"
     33                  system "install -d ${destroot}/${prefix}/man/man1"
     34                  system "install -d ${destroot}/${prefix}/include"
     35                  system "install -d ${destroot}/${prefix}/lib" }
    3636
    3737
    3838post-install    { system "rm ${destroot}/${prefix}/lib/libgd.a"
    39                                   system "install -o root -m 755  ${worksrcpath}/libgd.${libver}.dylib \
     39                                  system "install ${worksrcpath}/libgd.${libver}.dylib \
    4040                                  ${destroot}/${prefix}/lib/libgd.${libver}.dylib" }
    4141 
Note: See TracChangeset for help on using the changeset viewer.