[125437] trunk/dports/lang/ghc-bootstrap/Portfile

cal at macports.org cal at macports.org
Wed Sep 17 11:15:46 PDT 2014


Revision: 125437
          https://trac.macports.org/changeset/125437
Author:   cal at macports.org
Date:     2014-09-17 11:15:46 -0700 (Wed, 17 Sep 2014)
Log Message:
-----------
ghc-bootstrap: fix typo

Modified Paths:
--------------
    trunk/dports/lang/ghc-bootstrap/Portfile

Modified: trunk/dports/lang/ghc-bootstrap/Portfile
===================================================================
--- trunk/dports/lang/ghc-bootstrap/Portfile	2014-09-17 18:11:21 UTC (rev 125436)
+++ trunk/dports/lang/ghc-bootstrap/Portfile	2014-09-17 18:15:46 UTC (rev 125437)
@@ -87,7 +87,7 @@
     # Delete dylibs; they aren't used by the bootstrap ghc and are incorrectly
     # linked against /usr/local, causing rev-upgrade to complain.
     # This problem might only be reproducible in i386; the x86_64 version
-    # apparently doesn't ship and dylibs.
+    # apparently doesn't ship any dylibs.
     fs-traverse f ${destroot}${prefix} {
         if {[file isfile ${f}]} {
             if {[file extension ${f}] == ".dylib"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140917/6ac9fd6c/attachment-0001.html>


More information about the macports-changes mailing list