Ticket #46896: Portfile-texmf.diff
File Portfile-texmf.diff, 675 bytes (added by brucemiller (bruce miller), 9 years ago) |
---|
-
Portfile
old new 18 18 perl5.branches 5.16 19 19 perl5.setup ${name} ${version} 20 20 perl5.link_binaries_suffix 21 PortGroup texlive 1.0 21 22 22 23 categories tex 23 24 homepage http://dlmf.nist.gov/LaTeXML/ … … 68 69 notes "Using texlive for TeX: will install styles to its texmf" 69 70 depends_lib-append port:texlive 70 71 pre-configure { 71 configure.args-append TEXMF= [exec kpsewhich --expand-var='\$TEXMFLOCAL']72 configure.args-append TEXMF=${texlive_texmfports} 72 73 } 73 74 post-activate { 74 75 system "mktexlsr"