[22050] trunk/dports/fuse/fusefs/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 15 18:15:53 PST 2007


Revision: 22050
          http://trac.macosforge.org/projects/macports/changeset/22050
Author:   jkh at macports.org
Date:     2007-02-15 18:15:53 -0800 (Thu, 15 Feb 2007)

Log Message:
-----------
Sync with the new find syntax.

Modified Paths:
--------------
    trunk/dports/fuse/fusefs/Portfile

Modified: trunk/dports/fuse/fusefs/Portfile
===================================================================
--- trunk/dports/fuse/fusefs/Portfile	2007-02-16 00:29:30 UTC (rev 22049)
+++ trunk/dports/fuse/fusefs/Portfile	2007-02-16 02:15:53 UTC (rev 22050)
@@ -58,8 +58,8 @@
     
     # copy fusefs.kext
     file copy -- ${builddir}/fusefs.kext ${extdir}/
-    find ${extdir}/fusefs.kext {expr 1} {
-        file attributes $filename -owner root -group wheel
+    find ${extdir}/fusefs.kext {1} {
+        file attributes $_filename -owner root -group wheel
     }
     
     # copy load_fusefs
@@ -69,8 +69,8 @@
     # copy fusefs.fs
     xinstall -d -m 755 -o root -g wheel ${sysfsdir}
     file copy -- ${builddir}/fusefs.fs ${sysfsdir}
-    find ${sysfsdir}/fusefs.fs {expr 1} {
-        file attributes $filename -owner root -group wheel
+    find ${sysfsdir}/fusefs.fs {1} {
+        file attributes $_filename -owner root -group wheel
     }
     
     # copy mount_fusefs
@@ -86,4 +86,4 @@
         ui_msg "*  `sudo kextunload -b com.google.filesystems.fusefs`  *"
         ui_msg "********************************************************"
     }
-}
\ No newline at end of file
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070215/f5a97791/attachment.html


More information about the macports-changes mailing list