most recent changes, diff for freecell

Index: aqua/Freecell/Portfile
--- aqua/Freecell/Portfile (revision 38864)
+++ aqua/Freecell/Portfile (revision 38865)
@@ -36,6 +36,11 @@
}

post-destroot {
+ fs-traverse dir ${worksrcpath}/build {
+ if {[file isdirectory ${dir}]} {
+ file attributes ${dir} -permissions u+w
+ }
+ }
xinstall -d ${destroot}${applications_dir}
copy ${worksrcpath}/build/UninstalledProducts/Freecell.app \
${destroot}${applications_dir}