On Dec 21, 2008, at 18:52, [email protected] wrote:

Revision: 44109
          http://trac.macports.org/changeset/44109
Author:   [email protected]
Date:     2008-12-21 16:52:07 -0800 (Sun, 21 Dec 2008)
Log Message:
-----------
Development version of amarok


+post-destroot {
+    # put the bundle icons where they should go
+ system "mv ${destroot}/${prefix}/bin/amarok.app/Contents/ Resources ${destroot}/Applications/KDE4/Amarok.app/Contents/"
+       system "rm -rf ${destroot}/${prefix}/bin"
+}



Applications should go in ${applications_dir} (or in a subdirectory KDE4 of that directory, if you like)

And there shouldn't be a need to use "system" to move and delete items; just use the tcl commands for those tasks.

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to