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 /security/py-python-registry | |
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 'security/py-python-registry')
-rw-r--r-- | security/py-python-registry/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/py-python-registry/Makefile b/security/py-python-registry/Makefile index 27839fc8395a..14feb902c69e 100644 --- a/security/py-python-registry/Makefile +++ b/security/py-python-registry/Makefile @@ -19,7 +19,6 @@ USES= python shebangfix USE_PYTHON= distutils autoplist SHEBANG_FILES= samples/*.py python_OLD_CMD= .* -python_CMD= ${PYTHON_CMD} OPTIONS_DEFINE= DOCS EXAMPLES |