Changeset 3919 for trunk/dports


Ignore:
Timestamp:
Nov 11, 2003, 2:13:09 AM (20 years ago)
Author:
fkr
Message:

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

run ranlib on the file in ${destroot}${prefix} not in ${prefix}, since at post-destroot,
the file is only in destroot (and besides that is the file we want to work on)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/print/teTeX/Portfile

    r3915 r3919  
    1 # $Id: Portfile,v 1.16 2003/11/09 23:17:06 gwright Exp $
     1# $Id: Portfile,v 1.17 2003/11/11 02:13:09 fkr Exp $
    22
    33PortSystem 1.0
     
    5252
    5353                  # happiness is ranlib.
    54                   system "ranlib ${prefix}/lib/libkpathsea.a"
     54                  system "ranlib ${destroot}${prefix}/lib/libkpathsea.a"
    5555                }
    5656
Note: See TracChangeset for help on using the changeset viewer.