[133841] trunk/dports/lang/omnicompiler/Portfile

larryv at macports.org larryv at macports.org
Thu Mar 12 21:13:01 PDT 2015


Revision: 133841
          https://trac.macports.org/changeset/133841
Author:   larryv at macports.org
Date:     2015-03-12 21:13:01 -0700 (Thu, 12 Mar 2015)
Log Message:
-----------
omnicompiler: Fix weirdly-formatted notes

The `notes` command prints each of its args on a separate line, so this
message was printed with one word per line.

Modified Paths:
--------------
    trunk/dports/lang/omnicompiler/Portfile

Modified: trunk/dports/lang/omnicompiler/Portfile
===================================================================
--- trunk/dports/lang/omnicompiler/Portfile	2015-03-13 02:03:21 UTC (rev 133840)
+++ trunk/dports/lang/omnicompiler/Portfile	2015-03-13 04:13:01 UTC (rev 133841)
@@ -92,4 +92,4 @@
 #}
 
 notes \
-   ${name} is installed in ${prefix}/lib/${name}.
+   "${name} is installed in ${prefix}/lib/${name}."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150312/ebb5e199/attachment.html>


More information about the macports-changes mailing list