most recent changes, diff for huevos
Index: aqua/huevos/Portfile
--- aqua/huevos/Portfile (revision 38904)
+++ aqua/huevos/Portfile (revision 38905)
@@ -23,8 +23,12 @@
file rename "${workpath}/Huevos ${version} Source" ${worksrcpath}
}
+# Can be removed once MacPorts 1.7.0 is released
+if {![info exists applications_dir]} {
+ set applications_dir /Applications/MacPorts
+}
+
destroot {
- xinstall -m 755 -d ${destroot}/Applications/MacPorts/
- system "find ${worksrcpath} -name Huevos.app -exec cp -r {} \
- ${destroot}/Applications/MacPorts/ \\;"
+ xinstall -d ${destroot}${applications_dir}
+ copy ${worksrcpath}/build/${xcode.configuration}/Huevos.app ${destroot}${applications_dir}
}