[58547] trunk/dports/aqua/FScript/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Sep 30 14:12:26 PDT 2009
Revision: 58547
http://trac.macports.org/changeset/58547
Author: ryandesign at macports.org
Date: 2009-09-30 14:12:21 -0700 (Wed, 30 Sep 2009)
Log Message:
-----------
FScript: slashes
Modified Paths:
--------------
trunk/dports/aqua/FScript/Portfile
Modified: trunk/dports/aqua/FScript/Portfile
===================================================================
--- trunk/dports/aqua/FScript/Portfile 2009-09-30 19:32:26 UTC (rev 58546)
+++ trunk/dports/aqua/FScript/Portfile 2009-09-30 21:12:21 UTC (rev 58547)
@@ -19,7 +19,7 @@
and experts, allowing interactively exploring, testing \
and using Cocoa-based objects and frameworks.
-homepage http://www.fscript.org
+homepage http://www.fscript.org/
fetch.type git
git.url git://github.com/pmougin/F-Script
@@ -38,11 +38,11 @@
set ibplugin_dir "${developer_dir}/Platforms/MacOSX.platform/Developer/Library/Interface Builder/Plug-ins"
post-destroot {
- delete ${destroot}/${applications_dir}/FSTest1.app
- delete ${destroot}/${applications_dir}/FSTest2.app
- file rename ${destroot}/${applications_dir}/FScript.framework ${destroot}/${frameworks_dir}/
+ delete ${destroot}${applications_dir}/FSTest1.app
+ delete ${destroot}${applications_dir}/FSTest2.app
+ file rename ${destroot}${applications_dir}/FScript.framework ${destroot}${frameworks_dir}/
if { ![variant_isset without_ibplugin] } {
- xinstall -d -m 755 ${destroot}/${ibplugin_dir}
- file rename ${destroot}/${applications_dir}/FScriptIBPlugin.ibplugin ${destroot}/${ibplugin_dir}
+ xinstall -d -m 755 ${destroot}${ibplugin_dir}
+ file rename ${destroot}${applications_dir}/FScriptIBPlugin.ibplugin ${destroot}${ibplugin_dir}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090930/352d96fc/attachment.html>
More information about the macports-changes
mailing list