You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
efad8a4c8d
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@153203 d073be05-634f-4543-b044-5fe20cf6d1d6
21 lines
977 B
Diff
21 lines
977 B
Diff
--- Mac/Makefile.in.orig 2013-10-29 10:04:38.000000000 -0500
|
|
+++ Mac/Makefile.in 2016-09-27 02:57:50.000000000 -0500
|
|
@@ -21,7 +21,7 @@
|
|
|
|
# These are normally glimpsed from the previous set
|
|
bindir=$(prefix)/bin
|
|
-PYTHONAPPSDIR=/Applications/$(PYTHONFRAMEWORK) $(VERSION)
|
|
+PYTHONAPPSDIR=@@APPLICATIONS_DIR@@/$(PYTHONFRAMEWORK) $(VERSION)
|
|
APPINSTALLDIR=$(prefix)/Resources/Python.app
|
|
|
|
# Variables for installing the "normal" unix binaries
|
|
@@ -228,7 +228,7 @@
|
|
cd IDLE && make install
|
|
|
|
install_BuildApplet:
|
|
- $(RUNSHARED) @ARCH_RUN_32BIT@ $(BUILDPYTHON) $(srcdir)/scripts/BuildApplet.py \
|
|
+ PYTHONHOME=$(DESTDIR)$(prefix) $(RUNSHARED) @ARCH_RUN_32BIT@ $(BUILDPYTHON) $(srcdir)/scripts/BuildApplet.py \
|
|
--destroot "$(DESTDIR)" \
|
|
--python=$(prefix)/Resources/Python.app/Contents/MacOS/$(PYTHONFRAMEWORK)`test -f "$(DESTDIR)$(prefix)/Resources/Python.app/Contents/MacOS/$(PYTHONFRAMEWORK)-32" && echo "-32"` \
|
|
--output "$(DESTDIR)$(PYTHONAPPSDIR)/Build Applet.app" \
|