On May 2, 2007, at 01:16, Blair Zajac wrote:
On May 1, 2007, at 11:14 PM, Chris Pickel wrote:
On the subject of frameworks:
Is there a standard install directory for frameworks? On some Portfiles (notably the libsdl*-framework ports), frameworks are installed to /Library/Frameworks. On others (such as python2[45]), they are installed to ${prefix}/Library/Frameworks.
+1 on the later, as I sometimes need to make portable firewire/USB drives with a complete MacPorts build under /Volumes/something.
Based on the source code in base/src/port1.0/resources/group/ xcode-1.0.tcl it looks like the standard is for applications to get installed in /Applications/MacPorts and frameworks to get installed in /Library/Frameworks. Would it still work for frameworks to be in $ {prefix}?