Changeset 81681
- Timestamp:
- 08/04/11 03:10:29 (4 years ago)
- Location:
- users/dports/ports
- Files:
-
- 2 edited
-
_resources/port1.0/group/texlive-1.0.tcl (modified) (1 diff)
-
tex/texlive-common/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl
r81608 r81681 67 67 # configuration data from texconfig 68 68 set texlive_texmfsysconfig "${prefix}/etc/texmf" 69 70 # user's local texmf tree. 71 # Note that this path is specified relative to the user's 72 # home directory, i.e. it begins with an implicit ~/ 73 set texlive_texmfhome "Library/texmf" 74 69 75 70 76 # location of binaries installed by texlive-bin -
users/dports/ports/tex/texlive-common/Portfile
r80956 r81681 22 22 worksrcdir ${distname} 23 23 use_xz yes 24 checksums sha1 a02857ee868df2a8fd393388619f3323648b9940 \ 25 rmd160 a979ebd9151559b7d6ee0f4fd72043e465c5c925 24 25 checksums rmd160 ebb014281c37d2fab37fb464a9739b7fb48b5478 \ 26 sha256 3a428bdbb8e82aa2281fcba64afcccff21ef30e6ff3bd6d96621c7b0b355c610 26 27 27 28 livecheck.type regex … … 38 39 reinplace "s|@@TEXMFSYSVAR@@|${texlive_texmfsysvar}|g" ${worksrcpath}/${x} 39 40 reinplace "s|@@TEXMFSYSCONFIG@@|${texlive_texmfsysconfig}|g" ${worksrcpath}/${x} 41 reinplace "s|@@TEXMFHOME@@|${texlive_texmfhome}|g" ${worksrcpath}/${x} 40 42 reinplace "s|@@TEXLIVE_BINDIR@@|${texlive_bindir}|g" ${worksrcpath}/${x} 41 43 }
Note: See TracChangeset
for help on using the changeset viewer.

