Index: Portfile
===================================================================
--- Portfile	(revision 56069)
+++ Portfile	(working copy)
@@ -43,6 +43,12 @@
     
     # override patch.pre_args since it defaults to -p0
     patch.pre_args -p1
+    
+    # I would do this by adding a patchfile but I am at a total loss
+    # to understand the purpose of the patch_checksum proc. -Ryan
+    post-patch {
+        reinplace {s|"fuse_darwin.h"|<fuse/fuse_darwin.h>|} ${worksrcpath}/sshfs.c
+    }
 }
 
 pre-fetch {

