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

khindenburg at macports.org khindenburg at macports.org
Wed Oct 29 07:23:56 PDT 2014


Revision: 127552
          https://trac.macports.org/changeset/127552
Author:   khindenburg at macports.org
Date:     2014-10-29 07:23:56 -0700 (Wed, 29 Oct 2014)
Log Message:
-----------
latex2html: force copy of texmf files #45661

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

Modified: trunk/dports/print/latex2html/Portfile
===================================================================
--- trunk/dports/print/latex2html/Portfile	2014-10-29 13:59:25 UTC (rev 127551)
+++ trunk/dports/print/latex2html/Portfile	2014-10-29 14:23:56 UTC (rev 127552)
@@ -5,7 +5,7 @@
 
 name                    latex2html
 version                 2008
-revision                4
+revision                5
 categories              print
 platforms               darwin
 maintainers             nomaintainer
@@ -53,7 +53,7 @@
     set texmfdir ${destroot}${prefix}/share/texmf/tex/latex/html
     xinstall -d -m 755 ${texmfdir}
     foreach file [ glob ${worksrcpath}/texinputs/* ] {
-        file copy ${file} ${texmfdir}
+        file copy -force ${file} ${texmfdir}
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141029/79da74c4/attachment.html>


More information about the macports-changes mailing list