diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-07-29 22:09:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-07-29 22:09:53 +0000 |
commit | 6e381a9d5323dc4984a1f1ddeb2ffbaa7deeec9c (patch) | |
tree | 39f5db5e677aac0352369cb6e46374b5bd11a774 /devel | |
parent | 71c37a22dfbe5fdf7ff290ef8fcfa63c72e0cc77 (diff) | |
download | ports-6e381a9d5323dc4984a1f1ddeb2ffbaa7deeec9c.tar.gz ports-6e381a9d5323dc4984a1f1ddeb2ffbaa7deeec9c.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs2svn/Makefile | 1 | ||||
-rw-r--r-- | devel/py-InlineEgg/Makefile | 1 | ||||
-rw-r--r-- | devel/py-gflags/Makefile | 3 | ||||
-rw-r--r-- | devel/py-ice/Makefile | 1 | ||||
-rw-r--r-- | devel/py-ioflo/Makefile | 1 | ||||
-rw-r--r-- | devel/py-pip/Makefile | 5 | ||||
-rw-r--r-- | devel/py-pymtbl/Makefile | 1 | ||||
-rw-r--r-- | devel/renpy/Makefile | 1 |
8 files changed, 3 insertions, 11 deletions
diff --git a/devel/cvs2svn/Makefile b/devel/cvs2svn/Makefile index 6d2c2beb1a30..55c6b7f77554 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -24,7 +24,6 @@ USES= shebangfix python:2.7 USE_PYTHON= distutils autoplist SHEBANG_LANG= python python2 -python_CMD= ${PYTHON_CMD} python2_OLD_CMD= /usr/bin/env python python2_CMD= ${PYTHON_CMD} SHEBANG_FILES= cvs2svn cvs2git cvs2bzr *.py \ diff --git a/devel/py-InlineEgg/Makefile b/devel/py-InlineEgg/Makefile index 68f3af9db2f1..7c48e57ffc1c 100644 --- a/devel/py-InlineEgg/Makefile +++ b/devel/py-InlineEgg/Makefile @@ -14,7 +14,6 @@ COMMENT= Python module for writing inline assembler programs FETCH_BEFORE_ARGS=-o ${DISTFILES} USES= dos2unix python shebangfix SHEBANG_FILES= examples/*.py -python_CMD= ${PYTHON_CMD} USE_PYTHON= distutils autoplist PORTDOCS= InlineEgg.html Changelog README diff --git a/devel/py-gflags/Makefile b/devel/py-gflags/Makefile index 69c16af7a9b5..310564ebf9a3 100644 --- a/devel/py-gflags/Makefile +++ b/devel/py-gflags/Makefile @@ -18,8 +18,7 @@ USES= python:2 shebangfix USE_PYTHON= autoplist distutils SHEBANG_FILES= gflags2man.py -python_OLD_CMD= ${SETENV} python -python_CMD= ${PYTHON_CMD} +python_OLD_CMD= /usr/bin/env python PROJECTHOST= python-gflags diff --git a/devel/py-ice/Makefile b/devel/py-ice/Makefile index 576446a3c5ee..a36e430feb1a 100644 --- a/devel/py-ice/Makefile +++ b/devel/py-ice/Makefile @@ -22,7 +22,6 @@ INSTALL_WRKSRC= ${WRKSRC}/python SHEBANG_LANG= python python_OLD_CMD= /usr/bin/env python -python_CMD= ${PYTHON_CMD} SHEBANG_FILES= ${BUILD_WRKSRC}/config/s2py.py MAKE_ENV+= PYTHON_VERSION=${PYTHON_VERSION} diff --git a/devel/py-ioflo/Makefile b/devel/py-ioflo/Makefile index 1004aa81c1de..c8dbd1d918c8 100644 --- a/devel/py-ioflo/Makefile +++ b/devel/py-ioflo/Makefile @@ -18,6 +18,5 @@ NO_ARCH= yes SHEBANG_FILES= scripts/ioflo python_OLD_CMD= /usr/bin/env python -python_CMD= ${PYTHON_CMD} .include <bsd.port.mk> 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 diff --git a/devel/py-pymtbl/Makefile b/devel/py-pymtbl/Makefile index f578a920f586..9ed6fddaac96 100644 --- a/devel/py-pymtbl/Makefile +++ b/devel/py-pymtbl/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= libmtbl.so:${PORTSDIR}/devel/mtbl USE_PYTHON= distutils autoplist USES= python shebangfix uniquefiles:dirs -python_CMD= ${PYTHON_CMD} python_OLD_CMD= /usr/bin/env python SHEBANG_FILES= examples/*.py examples/*/*.py diff --git a/devel/renpy/Makefile b/devel/renpy/Makefile index fa814160be0e..c0ddc332f2c6 100644 --- a/devel/renpy/Makefile +++ b/devel/renpy/Makefile @@ -36,7 +36,6 @@ EXCLUDE= gen 'module/*.py[co]' 'renpy/*.py[co]' EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} SHEBANG_FILES= renpy.py launcher/game/tkaskdir.py python_OLD_CMD= /usr/bin/env python -python_CMD= ${PYTHON_CMD} BUILD_WRKSRC= ${WRKSRC}/module INSTALL_WRKSRC= ${BUILD_WRKSRC} MAKE_ENV+= RENPY_DEPS_INSTALL="${LOCALBASE}" |