[39454] trunk/dports/devel/MacPorts_Framework/Portfile

armahg at macports.org armahg at macports.org
Wed Aug 20 03:24:59 PDT 2008


Revision: 39454
          http://trac.macosforge.org/projects/macports/changeset/39454
Author:   armahg at macports.org
Date:     2008-08-20 03:24:57 -0700 (Wed, 20 Aug 2008)
Log Message:
-----------
Added post-destroot phase to remove MPHelperTool and MPHelperInstallTool from build products directory

Modified Paths:
--------------
    trunk/dports/devel/MacPorts_Framework/Portfile

Modified: trunk/dports/devel/MacPorts_Framework/Portfile
===================================================================
--- trunk/dports/devel/MacPorts_Framework/Portfile	2008-08-20 09:37:48 UTC (rev 39453)
+++ trunk/dports/devel/MacPorts_Framework/Portfile	2008-08-20 10:24:57 UTC (rev 39454)
@@ -25,3 +25,9 @@
 xcode.target            MacPorts
 xcode.configuration     Release
 xcode.destroot.type	framework
+
+#Clean up MPHelperInstallTool and MPHelperTool from directory
+post-destroot {
+	file delete ${destroot}${frameworks_dir}/MPHelperTool	\
+		${destroot}${frameworks_dir}/MPHelperInstallTool
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080820/4c28d67d/attachment.html 


More information about the macports-changes mailing list