[137106] users/dports/ports/tex/texlive-bin/Portfile

dports at macports.org dports at macports.org
Thu Jun 4 16:47:34 PDT 2015


Revision: 137106
          https://trac.macports.org/changeset/137106
Author:   dports at macports.org
Date:     2015-06-04 16:47:34 -0700 (Thu, 04 Jun 2015)
Log Message:
-----------
[texlive 2015]
texlive-bin: fix location of kpathsea include file

Modified Paths:
--------------
    users/dports/ports/tex/texlive-bin/Portfile

Modified: users/dports/ports/tex/texlive-bin/Portfile
===================================================================
--- users/dports/ports/tex/texlive-bin/Portfile	2015-06-04 23:40:53 UTC (rev 137105)
+++ users/dports/ports/tex/texlive-bin/Portfile	2015-06-04 23:47:34 UTC (rev 137106)
@@ -207,6 +207,10 @@
 }
 
 post-destroot   {
+    # Not sure why this gets installed into the wrong location, but
+    # fix it here.
+    move ${destroot}${prefix}/lib/kpathsea/c-auto.h ${destroot}${prefix}/include/kpathsea/c-auto.h
+    
     # Anything that gets installed into texmf-dist will be installed
     # by one of the texmf ports
     delete ${destroot}${prefix}/share/texmf-dist
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150604/c60f21ab/attachment.html>


More information about the macports-changes mailing list