Modified: trunk/dports/lang/fsharp/Portfile (38722 => 38723)
--- 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]]