Changeset 3016 for trunk/dports


Ignore:
Timestamp:
Jul 9, 2003, 6:41:23 AM (21 years ago)
Author:
mij
Message:

Don't force a root install.

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

File:
1 edited

Legend:

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

    r2321 r3016  
    1 # $Id: Portfile,v 1.9 2003/03/18 06:03:39 mij Exp $
     1# $Id: Portfile,v 1.10 2003/07/09 06:41:23 mij Exp $
    22
    33PortSystem 1.0
     
    5454post-install    { system "rm ${destroot}/${prefix}/lib/libtiff.a"
    5555                  cd ${worksrcpath}/libtiff
    56                   system "install -o root -m 755 -d ${destroot}/${prefix}/lib"
    57                   system "install -o root -m 644 -c \
     56                  system "install -m 755 -d ${destroot}/${prefix}/lib"
     57                  system "install -m 644 -c \
    5858                    libtiff.${portversion}.dylib ${destroot}${prefix}/lib"
    5959                  system "ln -sf libtiff.${portversion}.dylib \
Note: See TracChangeset for help on using the changeset viewer.