Changeset 82189
- Timestamp:
- 08/09/11 18:48:03 (4 years ago)
- Location:
- trunk/dports
- Files:
-
- 2 edited
-
_resources/port1.0/group/texlive-1.0.tcl (modified) (2 diffs)
-
tex/texlive-basic/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/_resources/port1.0/group/texlive-1.0.tcl
r82181 r82189 147 147 default texlive.forceupdatecnf no 148 148 149 # Whether to run mktexlsr after activation. Usually required if149 # Whether to run mktexlsr after (de)activation. Usually required if 150 150 # installing any texmf files. 151 151 options texlive.use_mktexlsr 152 152 default texlive.use_mktexlsr yes 153 154 # Running mktexlsr after deactivation can be disabled separately. Note 155 # that the value of this option is ignored if use_mktexlsr is disabled. 156 options texlive.use_mktexlsr_on_deactivate 157 default texlive.use_mktexlsr_on_deactivate yes 153 158 154 159 proc texlive.texmfport {} { … … 463 468 # Update ls-R and any config files to reflect that the package 464 469 # is now gone 465 texlive.mktexlsr 470 if {${texlive.use_mktexlsr} && ${texlive.use_mktexlsr_on_deactivate}} { 471 texlive.mktexlsr 472 } 466 473 if {${texlive.forceupdatecnf} || ${texlive.languages} != ""} { 467 474 system "${prefix}/libexec/texlive-update-cnf language.dat" -
trunk/dports/tex/texlive-basic/Portfile
r82097 r82189 7 7 name texlive-basic 8 8 version 23152 9 revision 09 revision 1 10 10 11 11 categories tex … … 97 97 98 98 texlive.forceupdatecnf yes 99 texlive.use_mktexlsr_on_deactivate no 99 100 100 101 texlive.texmfport
Note: See TracChangeset
for help on using the changeset viewer.

