Ticket #46896: Portfile-texmf.diff

File Portfile-texmf.diff, 675 bytes (added by brucemiller (bruce miller), 9 years ago)
  • Portfile

    old new  
    1818perl5.branches      5.16
    1919perl5.setup         ${name} ${version}
    2020perl5.link_binaries_suffix
     21PortGroup           texlive 1.0
    2122
    2223categories          tex
    2324homepage            http://dlmf.nist.gov/LaTeXML/
     
    6869    notes "Using texlive for TeX: will install styles to its texmf"
    6970    depends_lib-append      port:texlive
    7071    pre-configure {
    71         configure.args-append   TEXMF=[exec kpsewhich --expand-var='\$TEXMFLOCAL']
     72        configure.args-append   TEXMF=${texlive_texmfports}
    7273    }
    7374    post-activate {
    7475        system "mktexlsr"