Changeset 3915 for trunk/dports


Ignore:
Timestamp:
Nov 9, 2003, 11:17:06 PM (20 years ago)
Author:
gwright
Message:

Moved ranlib from port-install to post-destroot, as Landon suggested.
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

File:
1 edited

Legend:

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

    r3565 r3915  
    1 # $Id: Portfile,v 1.15 2003/09/29 17:51:35 gwright Exp $
     1# $Id: Portfile,v 1.16 2003/11/09 23:17:06 gwright Exp $
    22
    33PortSystem 1.0
     
    5050                  # Repair infelicities in texmf.cnf
    5151                  reinplace "s|${prefix}/share/texmf/share/texmf|${prefix}/share/texmf|g" ${destroot}/${tetex_top}/web2c/texmf.cnf
     52
     53                  # happiness is ranlib.
     54                  system "ranlib ${prefix}/lib/libkpathsea.a"
    5255                }
    5356
     
    5659destroot.destdir        prefix=${destroot}/${prefix}/ texmf=${destroot}/${tetex_top}/
    5760
    58 post-install    { system "ranlib ${prefix}/lib/libkpathsea.a"
    59                   system "fmtutil --all"
    60                 }
     61post-install    { system "fmtutil --all" }
    6162
Note: See TracChangeset for help on using the changeset viewer.