[114781] trunk/dports/textproc/texinfo/Portfile

larryv at macports.org larryv at macports.org
Sat Dec 14 19:48:21 PST 2013


Revision: 114781
          https://trac.macports.org/changeset/114781
Author:   larryv at macports.org
Date:     2013-12-14 19:48:21 -0800 (Sat, 14 Dec 2013)
Log Message:
-----------
texinfo: Only print mktexlsr message as debug output.

Modified Paths:
--------------
    trunk/dports/textproc/texinfo/Portfile

Modified: trunk/dports/textproc/texinfo/Portfile
===================================================================
--- trunk/dports/textproc/texinfo/Portfile	2013-12-15 03:47:23 UTC (rev 114780)
+++ trunk/dports/textproc/texinfo/Portfile	2013-12-15 03:48:21 UTC (rev 114781)
@@ -53,15 +53,15 @@
 # provided). The use of a variant would not be flexible enough.
 
 post-activate {
-    if { [file exists ${prefix}/bin/mktexlsr] } {
-        ui_msg "Running ${prefix}/bin/mktexlsr"
+    if {[file exists ${prefix}/bin/mktexlsr]} {
+        ui_debug {Rebuilding TeX ls-R filename databases}
         system ${prefix}/bin/mktexlsr
     }
 }
 
 post-deactivate {
-    if { [file exists ${prefix}/bin/mktexlsr] } {
-        ui_msg "Running ${prefix}/bin/mktexlsr"
+    if {[file exists ${prefix}/bin/mktexlsr]} {
+        ui_debug {Rebuilding TeX ls-R filename databases}
         system ${prefix}/bin/mktexlsr
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131214/d8e02999/attachment.html>


More information about the macports-changes mailing list