Modified: trunk/dports/audio/csound/Portfile (75766 => 75767)
--- trunk/dports/audio/csound/Portfile 2011-02-08 00:11:24 UTC (rev 75766)
+++ trunk/dports/audio/csound/Portfile 2011-02-08 00:15:03 UTC (rev 75767)
@@ -26,9 +26,9 @@
system "cd ${worksrcpath}/flcsound/dmg && make"
}
post-destroot {
- xinstall -d ${destroot}/Applications/MacPorts/${name}
+ xinstall -d ${destroot}${applications_dir}/${name}
file copy ${worksrcpath}/flcsound/dmg/flCsound.app \
- ${destroot}/Applications/MacPorts/${name}
+ ${destroot}${applications_dir}/${name}
file delete -force ${destroot}${prefix}/bin/flcsound \
${destroot}${prefix}/share/info/dir
}