You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
8db2b36c35
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@49743 d073be05-634f-4543-b044-5fe20cf6d1d6
26 lines
899 B
Diff
26 lines
899 B
Diff
--- Mac/PythonLauncher/Makefile.in.orig 2009-01-02 04:47:17.000000000 -0700
|
|
+++ Mac/PythonLauncher/Makefile.in 2009-04-16 00:55:11.000000000 -0600
|
|
@@ -1,3 +1,4 @@
|
|
+prefix=@prefix@
|
|
CC=@CC@
|
|
LD=@CC@
|
|
BASECFLAGS=@BASECFLAGS@
|
|
@@ -21,7 +22,7 @@
|
|
|
|
BUNDLEBULDER=$(srcdir)/../../Lib/plat-mac/bundlebuilder.py
|
|
|
|
-PYTHONAPPSDIR=/Applications/$(PYTHONFRAMEWORK) $(VERSION)
|
|
+PYTHONAPPSDIR=@@APPLICATIONS_DIR@@/$(PYTHONFRAMEWORK) $(VERSION)
|
|
OBJECTS=FileSettings.o MyAppDelegate.o MyDocument.o PreferencesWindowController.o doscript.o main.o
|
|
|
|
all: Python\ Launcher.app
|
|
@@ -42,7 +43,7 @@
|
|
$(srcdir)/../Icons/PythonCompiled.icns \
|
|
$(srcdir)/factorySettings.plist
|
|
rm -fr "Python Launcher.app"
|
|
- $(RUNSHARED) $(BUILDPYTHON) $(BUNDLEBULDER) \
|
|
+ PYTHONHOME=$(DESTDIR)$(prefix) $(RUNSHARED) $(BUILDPYTHON) $(BUNDLEBULDER) \
|
|
--builddir=. \
|
|
--name="Python Launcher" \
|
|
--executable="Python Launcher" \
|