[142269] trunk/dports/tex/texlive-bin

dports at macports.org dports at macports.org
Sat Dec 12 05:02:42 PST 2015


Revision: 142269
          https://trac.macports.org/changeset/142269
Author:   dports at macports.org
Date:     2015-11-08 16:45:01 -0800 (Sun, 08 Nov 2015)
Log Message:
-----------
texlive-bin: fix install path for tex4ht (#49287)

Modified Paths:
--------------
    trunk/dports/tex/texlive-bin/Portfile
    trunk/dports/tex/texlive-bin/files/patch-texk_tex4htk_Makefile.in.diff

Modified: trunk/dports/tex/texlive-bin/Portfile
===================================================================
--- trunk/dports/tex/texlive-bin/Portfile	2015-11-08 23:53:35 UTC (rev 142268)
+++ trunk/dports/tex/texlive-bin/Portfile	2015-11-09 00:45:01 UTC (rev 142269)
@@ -11,7 +11,7 @@
 
 name            texlive-bin
 version         2015
-revision        5
+revision        6
 
 categories      tex
 maintainers     dports

Modified: trunk/dports/tex/texlive-bin/files/patch-texk_tex4htk_Makefile.in.diff
===================================================================
--- trunk/dports/tex/texlive-bin/files/patch-texk_tex4htk_Makefile.in.diff	2015-11-08 23:53:35 UTC (rev 142268)
+++ trunk/dports/tex/texlive-bin/files/patch-texk_tex4htk_Makefile.in.diff	2015-11-09 00:45:01 UTC (rev 142269)
@@ -28,10 +28,10 @@
  	cd $(DESTDIR)$(bindir) && \
  	  for f in $($(TYPE)_scripts); do \
  	    rm -f $$f; \
-+	    if $(AM_V_P); then echo "creating link '$$f' -> '$(texmfdir)/$(scriptsdir)/$$f.$(EXT)'"; \
++	    if $(AM_V_P); then echo "creating link '$$f' -> '$(texmfdir)/$$f.$(EXT)'"; \
 -	    if $(AM_V_P); then echo "creating link '$$f' -> '$$REL/$(scriptsdir)/$$f.$(EXT)'"; \
  	      else echo "  LINK     $$f"; fi; \
-+	    $(LN_S) $$(texmfdir)/$(scriptsdir)/$$f.$(EXT) $$f || exit 1; \
++	    $(LN_S) $(texmfdir)/$$f.$(EXT) $$f || exit 1; \
 -	    $(LN_S) $$REL/$(scriptsdir)/$$f.$(EXT) $$f || exit 1; \
  	  done  
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/dc71e939/attachment.html>


More information about the macports-changes mailing list