You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
04b00a2476
applications_dir and frameworks_dir (and define if not already, for MacPorts 1.6 compatibility); ticket https://trac.macports.org/ticket/16761 (patch 3 from https://trac.macports.org/ticket/16765) git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@40885 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
505 B
Diff
12 lines
505 B
Diff
--- Mac/Tools/Doc/setup.py.diff 2008-03-29 09:24:25.000000000 -0600
|
|
+++ Mac/Tools/Doc/setup.py 2008-10-04 19:53:40.000000000 -0600
|
|
@@ -30,7 +30,7 @@
|
|
|
|
MAJOR_VERSION='2.4'
|
|
MINOR_VERSION='2.4.1'
|
|
-DESTDIR='/Applications/MacPython-%s/PythonIDE.app/Contents/Resources/English.lproj/PythonDocumentation' % MAJOR_VERSION
|
|
+DESTDIR='@@APPLICATIONS_DIR@@/MacPython-%s/PythonIDE.app/Contents/Resources/English.lproj/PythonDocumentation' % MAJOR_VERSION
|
|
|
|
class DocBuild(build):
|
|
def initialize_options(self):
|