summaryrefslogtreecommitdiff
path: root/devel/py-pip/Makefile
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 /devel/py-pip/Makefile
parent- Update to 0.10.4 (diff)
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 'devel/py-pip/Makefile')
-rw-r--r--devel/py-pip/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile
index 426ae61be732..f121c3e9640c 100644
--- a/devel/py-pip/Makefile
+++ b/devel/py-pip/Makefile
@@ -33,9 +33,8 @@ USES= python shebangfix
USE_GITHUB= yes
USE_PYTHON= autoplist concurrent distutils
-SHEBANG_FILES= pip/__init__.py
-python_OLD_CMD= ${SETENV} python
-python_CMD= ${PYTHON_CMD}
+SHEBANG_FILES= pip/__init__.py
+python_OLD_CMD= /usr/bin/env python
GH_ACCOUNT= pypa