New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82306


Ignore:
Timestamp:
08/12/11 09:38:28 (4 years ago)
Author:
dports@…
Message:

texlive-pictures: fix epspdf's search path for its epspdfrc (#30728)

Location:
trunk/dports/tex/texlive-pictures
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/tex/texlive-pictures/Portfile

    r82097 r82306  
    77name                texlive-pictures 
    88version             22961 
    9 revision            0 
     9revision            1 
    1010 
    1111categories          tex 
     
    3333texlive.binaries    cachepic epspdf epspdftk fig4latex mathspic 
    3434 
     35patchfiles          patch-runfiles_texmf-dist_scripts_epspdf_epspdf.rb.diff 
     36 
     37post-patch { 
     38    reinplace "s|@@TEXMFDIST@@|${texlive_texmfdist}|g" ${worksrcpath}/runfiles/texmf-dist/scripts/epspdf/epspdf.rb 
     39} 
     40 
    3541# use pgf port to satisfy pgf dependency (see #25478) 
    3642depends_lib-append port:pgf 
Note: See TracChangeset for help on using the changeset viewer.