diff options
author | antoine <antoine@FreeBSD.org> | 2015-07-29 22:09:53 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-07-29 22:09:53 +0000 |
commit | 303e73dabd702e19dae0638e402b7adedc2e63d0 (patch) | |
tree | 39f5db5e677aac0352369cb6e46374b5bd11a774 /net/py-pynmsg/Makefile | |
parent | f1cfa348702ffe72cc29c7129885253c7d19e090 (diff) | |
download | FreeBSD-ports-303e73dabd702e19dae0638e402b7adedc2e63d0.zip FreeBSD-ports-303e73dabd702e19dae0638e402b7adedc2e63d0.tar.gz |
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
Diffstat (limited to 'net/py-pynmsg/Makefile')
-rw-r--r-- | net/py-pynmsg/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/py-pynmsg/Makefile b/net/py-pynmsg/Makefile index a236770..894dad2 100644 --- a/net/py-pynmsg/Makefile +++ b/net/py-pynmsg/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= libnmsg.so:${PORTSDIR}/net/nmsg USE_PYTHON= distutils autoplist USES= python shebangfix uniquefiles:dirs -python_CMD= ${PYTHON_CMD} python_OLD_CMD= /usr/bin/env python SHEBANG_FILES= examples/*.py |