10 Apr
2007
10 Apr
'07
1:21 a.m.
On Apr 9, 2007, at 8:49 PM, source_changes@macosforge.org wrote:
Log Message Fix app bundle path for newer Xcodes.
Modified Paths • trunk/dports/aqua/macsword/Portfile
---snip---
destroot { xinstall -d -m 0755 ${destroot}/Applications/MacPorts - system "cp -R ${worksrcpath}/build/MacSword.app \ + system "cp -R ${worksrcpath}/build/Deployment/MacSword.app \ ${destroot}/Applications/MacPorts" }
Shouldn't these paths and Xcode settings be handled through the Xcode PortGroup? -jmpp