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

gwright at macports.org gwright at macports.org
Thu Oct 2 03:16:55 PDT 2008


Revision: 40447
          http://trac.macports.org/changeset/40447
Author:   gwright at macports.org
Date:     2008-10-02 03:16:53 -0700 (Thu, 02 Oct 2008)
Log Message:
-----------
Convert color name 'gray85' to an RGB value, since rgb.txt may
be in an odd place.

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

Modified: trunk/dports/print/latex2html/Portfile
===================================================================
--- trunk/dports/print/latex2html/Portfile	2008-10-02 08:44:15 UTC (rev 40446)
+++ trunk/dports/print/latex2html/Portfile	2008-10-02 10:16:53 UTC (rev 40447)
@@ -4,6 +4,7 @@
 
 name		latex2html
 version		2008
+revision	1
 categories	print
 platforms	darwin
 maintainers	nomaintainer
@@ -27,6 +28,9 @@
 configure.args	--without-mktexlsr	\
 		--with-texpath=${prefix}/share/texmf-local/tex/latex/html
 
+post-destroot	{ reinplace "s|gray85|rgb:d9/d9/d9|g" ${destroot}${prefix}/bin/pstoimg
+}
+
 post-activate	{ system "texhash" }
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081002/c715650d/attachment.html 


More information about the macports-changes mailing list