#16775 closed enhancement (fixed)
python25: respect applications_dir
Reported by: | jmroot (Joshua Root) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | python25 |
Description
There is now an applications_dir variable in trunk which should be used instead of hardcoding /Applications/MacPorts. Attached patch makes python25 use it, and falls back to the default if it is not set (as with base versions <= 1.6).
Possibly the frameworks_dir variable should also be used, but it defaults to /Library/Frameworks, which is different to what the python ports currently use.
Attachments (1)
Change History (3)
Changed 16 years ago by jmroot (Joshua Root)
Attachment: | python25-applications_dir.diff added |
---|
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Applied in r40731.