aboutsummaryrefslogtreecommitdiff
path: root/lang/v8
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-07-29 22:09:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-07-29 22:09:53 +0000
commit6e381a9d5323dc4984a1f1ddeb2ffbaa7deeec9c (patch)
tree39f5db5e677aac0352369cb6e46374b5bd11a774 /lang/v8
parent71c37a22dfbe5fdf7ff290ef8fcfa63c72e0cc77 (diff)
downloadports-6e381a9d5323dc4984a1f1ddeb2ffbaa7deeec9c.tar.gz
ports-6e381a9d5323dc4984a1f1ddeb2ffbaa7deeec9c.zip
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
Notes
Notes: svn path=/head/; revision=393196
Diffstat (limited to 'lang/v8')
-rw-r--r--lang/v8/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile
index 60912c8b315c..7362c2147335 100644
--- a/lang/v8/Makefile
+++ b/lang/v8/Makefile
@@ -27,8 +27,7 @@ USES= alias compiler cpe execinfo gmake python:2 shebangfix tar:xz
CPE_VENDOR= google
SHEBANG_FILES= build/gyp/gyp
-python_OLD_CMD= ${SETENV} python
-python_CMD= ${PYTHON_CMD}
+python_OLD_CMD= /usr/bin/env python
.include <bsd.port.pre.mk>