[70589] trunk/dports/math/DoCon/Portfile

gwright at macports.org gwright at macports.org
Sat Aug 14 11:35:43 PDT 2010


Revision: 70589
          http://trac.macports.org/changeset/70589
Author:   gwright at macports.org
Date:     2010-08-14 11:35:40 -0700 (Sat, 14 Aug 2010)
Log Message:
-----------
Run latex twice when builing the documentation to resolve
references.

Modified Paths:
--------------
    trunk/dports/math/DoCon/Portfile

Modified: trunk/dports/math/DoCon/Portfile
===================================================================
--- trunk/dports/math/DoCon/Portfile	2010-08-14 17:23:26 UTC (rev 70588)
+++ trunk/dports/math/DoCon/Portfile	2010-08-14 18:35:40 UTC (rev 70589)
@@ -5,7 +5,7 @@
 name		DoCon
 set shortname	docon
 version		2.11
-revision	1
+revision	2
 categories	math devel
 maintainers	gwright
 platforms	darwin
@@ -36,7 +36,9 @@
 		  depends_build bin:latex:texlive port:ghostscript
 
 		  post-destroot {
+			# Run latex twice to resolve references
 			system "cd ${workpath}/${shortname} && latex manual.lat"
+			system "cd ${workpath}/${shortname} && latex manual.lat"
 			system "cd ${workpath}/${shortname} && dvipdf manual"
 			file mkdir ${destroot}${prefix}/share/doc/${shortname}-${version}
 			file copy ${workpath}/${shortname}/manual.pdf ${destroot}${prefix}/share/doc/${shortname}-${version}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100814/10a4e487/attachment.html>


More information about the macports-changes mailing list