[38723] trunk/dports/lang/fsharp/Portfile

landonf at macports.org landonf at macports.org
Tue Jul 29 11:32:06 PDT 2008


Revision: 38723
          http://trac.macosforge.org/projects/macports/changeset/38723
Author:   landonf at macports.org
Date:     2008-07-29 11:32:06 -0700 (Tue, 29 Jul 2008)
Log Message:
-----------
fsc.exe is a windows (not a C#) binary, so don't install it

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

Modified: trunk/dports/lang/fsharp/Portfile
===================================================================
--- trunk/dports/lang/fsharp/Portfile	2008-07-29 18:29:29 UTC (rev 38722)
+++ trunk/dports/lang/fsharp/Portfile	2008-07-29 18:32:06 UTC (rev 38723)
@@ -47,6 +47,11 @@
 
     # Create launchers for the binaries
     foreach binary [glob -dir ${worksrcpath}/bin *.exe] {
+        # fsc is a windows binary
+        if {[file tail $binary] == "fsc.exe"} {
+            continue
+        }
+
         set destfile [file join "${destroot}/${prefix}/bin/" [file tail [file rootname $binary]]]
         set linkdest [file join ${sharedir}/bin/ [file tail $binary]]
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080729/a6677717/attachment.html 


More information about the macports-changes mailing list