[80551] users/dports/ports/tex/texlive-bin/files/patch-texk_tetex_Makefile. in.diff
dports at macports.org
dports at macports.org
Thu Jul 14 11:02:38 PDT 2011
Revision: 80551
http://trac.macports.org/changeset/80551
Author: dports at macports.org
Date: 2011-07-14 11:02:38 -0700 (Thu, 14 Jul 2011)
Log Message:
-----------
texlive-bin: fix a patch that accidentally hardcoded the location of
${texlive_texmfmain} (and ${prefix})
Modified Paths:
--------------
users/dports/ports/tex/texlive-bin/files/patch-texk_tetex_Makefile.in.diff
Modified: users/dports/ports/tex/texlive-bin/files/patch-texk_tetex_Makefile.in.diff
===================================================================
--- users/dports/ports/tex/texlive-bin/files/patch-texk_tetex_Makefile.in.diff 2011-07-14 17:55:48 UTC (rev 80550)
+++ users/dports/ports/tex/texlive-bin/files/patch-texk_tetex_Makefile.in.diff 2011-07-14 18:02:38 UTC (rev 80551)
@@ -11,7 +11,7 @@
@WIN32_TRUE@@WIN32_WRAP_TRUE at wrappers = $(all_scripts:=.exe)
@WIN32_TRUE@@WIN32_WRAP_TRUE at runscript = $(top_srcdir)/../../texk/texlive/w32_wrapper/runscript.exe
-texmfdir = ${prefix}/$(scriptsdir)
-+texmfdir = /opt/local/share/texmf-texlive/$(scriptsdir)
++texmfdir = @@TEXMFMAIN@@/$(scriptsdir)
dist_texmf_SCRIPTS = $(perl_scripts:=.pl) $(shell_scripts:=.sh)
@WIN32_FALSE at dist_bin_SCRIPTS = $(sh_scripts)
CLEANFILES = $(nodist_bin_SCRIPTS)
@@ -20,7 +20,7 @@
updmap.cfg.5
-texconfdir = ${prefix}
-+texconfdir = /opt/local/share/texmf-texlive
++texconfdir = @@TEXMFMAIN@@
nobase_dist_texconf_DATA = \
texmf/texconfig/README \
texmf/texconfig/g/generic \
@@ -29,11 +29,11 @@
texmf/texconfig/x/xterm
-texconfigdir = ${prefix}/texmf/texconfig
-+texconfigdir = /opt/local/share/texmf-texlive/texconfig
++texconfigdir = @@TEXMFMAIN@@/texconfig
dist_texconfig_SCRIPTS = tcfmgr
dist_texconfig_DATA = tcfmgr.map
-web2cdir = ${prefix}/texmf/web2c
-+web2cdir = /opt/local/share/texmf-texlive/web2c
++web2cdir = @@TEXMFMAIN@@/web2c
dist_web2c_DATA = fmtutil.cnf
bin_links = \
allcm:allec \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110714/3a4c1b5b/attachment.html>
More information about the macports-changes
mailing list