[75767] trunk/dports/audio/csound/Portfile

jmr at macports.org jmr at macports.org
Mon Feb 7 16:15:04 PST 2011


Revision: 75767
          http://trac.macports.org/changeset/75767
Author:   jmr at 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
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110207/6e5d48a5/attachment.html>


More information about the macports-changes mailing list