mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
20 lines
376 B
Plaintext
20 lines
376 B
Plaintext
--- data/cadence.orig 2018-10-28 19:38:18 UTC
|
|
+++ data/cadence
|
|
@@ -27,11 +27,11 @@ if [ x"$PROCS" != x"" ]; then
|
|
fi
|
|
fi
|
|
|
|
-if [ -f /usr/bin/python3 ]; then
|
|
- PYTHON=/usr/bin/python3
|
|
-else
|
|
- PYTHON=python
|
|
-fi
|
|
+#if [ -f /usr/bin/python3 ]; then
|
|
+# PYTHON=/usr/bin/python3
|
|
+#else
|
|
+# PYTHON=python
|
|
+#fi
|
|
|
|
# We only got here if not running yet
|
|
INSTALL_PREFIX="X-PREFIX-X"
|