Revision: 75767 http://trac.macports.org/changeset/75767 Author: jmr@macports.org Date: 2011-02-07 16:15:03 -0800 (Mon, 07 Feb 2011) Log Message: ----------- csound: use applications_dir Modified Paths: -------------- trunk/dports/audio/csound/Portfile Modified: trunk/dports/audio/csound/Portfile =================================================================== --- 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 }