Changeset 80551
- Timestamp:
- 07/14/11 11:02:38 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
users/dports/ports/tex/texlive-bin/files/patch-texk_tetex_Makefile.in.diff
r80513 r80551 12 12 @WIN32_TRUE@@WIN32_WRAP_TRUE@runscript = $(top_srcdir)/../../texk/texlive/w32_wrapper/runscript.exe 13 13 -texmfdir = ${prefix}/$(scriptsdir) 14 +texmfdir = /opt/local/share/texmf-texlive/$(scriptsdir)14 +texmfdir = @@TEXMFMAIN@@/$(scriptsdir) 15 15 dist_texmf_SCRIPTS = $(perl_scripts:=.pl) $(shell_scripts:=.sh) 16 16 @WIN32_FALSE@dist_bin_SCRIPTS = $(sh_scripts) … … 21 21 22 22 -texconfdir = ${prefix} 23 +texconfdir = /opt/local/share/texmf-texlive23 +texconfdir = @@TEXMFMAIN@@ 24 24 nobase_dist_texconf_DATA = \ 25 25 texmf/texconfig/README \ … … 30 30 31 31 -texconfigdir = ${prefix}/texmf/texconfig 32 +texconfigdir = /opt/local/share/texmf-texlive/texconfig32 +texconfigdir = @@TEXMFMAIN@@/texconfig 33 33 dist_texconfig_SCRIPTS = tcfmgr 34 34 dist_texconfig_DATA = tcfmgr.map 35 35 -web2cdir = ${prefix}/texmf/web2c 36 +web2cdir = /opt/local/share/texmf-texlive/web2c36 +web2cdir = @@TEXMFMAIN@@/web2c 37 37 dist_web2c_DATA = fmtutil.cnf 38 38 bin_links = \
Note: See TracChangeset
for help on using the changeset viewer.

