[126928] trunk/dports/print/latex2html/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri Oct 17 13:06:06 PDT 2014


Revision: 126928
          https://trac.macports.org/changeset/126928
Author:   khindenburg at macports.org
Date:     2014-10-17 13:06:05 -0700 (Fri, 17 Oct 2014)
Log Message:
-----------
latex2html: install share/texmf/tex/latex/html files #45397

Modified Paths:
--------------
    trunk/dports/print/latex2html/Portfile

Modified: trunk/dports/print/latex2html/Portfile
===================================================================
--- trunk/dports/print/latex2html/Portfile	2014-10-17 20:03:26 UTC (rev 126927)
+++ trunk/dports/print/latex2html/Portfile	2014-10-17 20:06:05 UTC (rev 126928)
@@ -5,7 +5,7 @@
 
 name                    latex2html
 version                 2008
-revision                3
+revision                4
 categories              print
 platforms               darwin
 maintainers             nomaintainer
@@ -49,6 +49,12 @@
         README \
         TODO \
         ${docdir}
+
+    set texmfdir ${destroot}${prefix}/share/texmf/tex/latex/html
+    xinstall -d -m 755 ${texmfdir}
+    foreach file [ glob ${worksrcpath}/texinputs/* ] {
+        file copy ${file} ${texmfdir}
+    }
 }
 
 post-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141017/af0aba08/attachment.html>


More information about the macports-changes mailing list