New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80551


Ignore:
Timestamp:
07/14/11 11:02:38 (4 years ago)
Author:
dports@…
Message:

texlive-bin: fix a patch that accidentally hardcoded the location of
${texlive_texmfmain} (and ${prefix})

File:
1 edited

Legend:

Unmodified
Added
Removed
  • users/dports/ports/tex/texlive-bin/files/patch-texk_tetex_Makefile.in.diff

    r80513 r80551  
    1212 @WIN32_TRUE@@WIN32_WRAP_TRUE@runscript = $(top_srcdir)/../../texk/texlive/w32_wrapper/runscript.exe 
    1313-texmfdir = ${prefix}/$(scriptsdir) 
    14 +texmfdir = /opt/local/share/texmf-texlive/$(scriptsdir) 
     14+texmfdir = @@TEXMFMAIN@@/$(scriptsdir) 
    1515 dist_texmf_SCRIPTS = $(perl_scripts:=.pl) $(shell_scripts:=.sh) 
    1616 @WIN32_FALSE@dist_bin_SCRIPTS = $(sh_scripts) 
     
    2121  
    2222-texconfdir = ${prefix} 
    23 +texconfdir = /opt/local/share/texmf-texlive 
     23+texconfdir = @@TEXMFMAIN@@ 
    2424 nobase_dist_texconf_DATA = \ 
    2525        texmf/texconfig/README \ 
     
    3030  
    3131-texconfigdir = ${prefix}/texmf/texconfig 
    32 +texconfigdir = /opt/local/share/texmf-texlive/texconfig 
     32+texconfigdir = @@TEXMFMAIN@@/texconfig 
    3333 dist_texconfig_SCRIPTS = tcfmgr 
    3434 dist_texconfig_DATA = tcfmgr.map 
    3535-web2cdir = ${prefix}/texmf/web2c 
    36 +web2cdir = /opt/local/share/texmf-texlive/web2c 
     36+web2cdir = @@TEXMFMAIN@@/web2c 
    3737 dist_web2c_DATA = fmtutil.cnf 
    3838 bin_links = \ 
Note: See TracChangeset for help on using the changeset viewer.