Changeset 80903
- Timestamp:
- 07/20/11 15:35:44 (4 years ago)
- File:
-
- 1 edited
-
users/dports/ports/tex/texlive-common/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
users/dports/ports/tex/texlive-common/Portfile
r80615 r80903 22 22 worksrcdir ${distname} 23 23 use_xz yes 24 checksums sha1 176ea094f2bd6bacd7ff5bd5aeab2b26315d8903\25 rmd160 9371019465792defa30005a4f25a61ba338e8b3124 checksums sha1 b6368e40771d69ef90a079fee7c548a582368a0b \ 25 rmd160 303055018103850e1416f396723cc4da1edc990f 26 26 27 27 livecheck.type regex … … 29 29 livecheck.regex ${name}-(\[\\d-\]+)\\.tar 30 30 31 32 31 post-patch { 33 foreach x {texmf.cnf.d/10paths.cnf tex live-update-cnf} {32 foreach x {texmf.cnf.d/10paths.cnf texmfcnf.lua texlive-update-cnf} { 34 33 reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/${x} 35 34 reinplace "s|@@TEXMFMAIN@@|${texlive_texmfmain}|g" ${worksrcpath}/${x} … … 39 38 reinplace "s|@@TEXMFSYSVAR@@|${texlive_texmfsysvar}|g" ${worksrcpath}/${x} 40 39 reinplace "s|@@TEXMFSYSCONFIG@@|${texlive_texmfsysconfig}|g" ${worksrcpath}/${x} 40 reinplace "s|@@TEXLIVE_BINDIR@@|${texlive_bindir}|g" ${worksrcpath}/${x} 41 41 } 42 42 } … … 97 97 ln -s ${texlive_texmfsysconfig}/texmf.cnf \ 98 98 ${destroot}${texlive_texmfports}/web2c/texmf.cnf 99 100 # Install texmfcnf.lua (for ConTeXt MkIV) 101 xinstall -m 644 ${worksrcpath}/texmfcnf.lua \ 102 ${destroot}${texlive_texmfsysconfig}/ 103 99 104 } 100 105
Note: See TracChangeset
for help on using the changeset viewer.

