aboutsummaryrefslogtreecommitdiffstats
path: root/net/samba41
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-07-30 06:09:53 +0800
committerantoine <antoine@FreeBSD.org>2015-07-30 06:09:53 +0800
commit303e73dabd702e19dae0638e402b7adedc2e63d0 (patch)
tree39f5db5e677aac0352369cb6e46374b5bd11a774 /net/samba41
parentf1cfa348702ffe72cc29c7129885253c7d19e090 (diff)
downloadfreebsd-ports-gnome-303e73dabd702e19dae0638e402b7adedc2e63d0.tar.gz
freebsd-ports-gnome-303e73dabd702e19dae0638e402b7adedc2e63d0.tar.zst
freebsd-ports-gnome-303e73dabd702e19dae0638e402b7adedc2e63d0.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
Diffstat (limited to 'net/samba41')
-rw-r--r--net/samba41/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/samba41/Makefile b/net/samba41/Makefile
index b45f4146d936..ff9e502e8a89 100644
--- a/net/samba41/Makefile
+++ b/net/samba41/Makefile
@@ -400,8 +400,7 @@ USE_RC_SUBR= samba_server
SUB_FILES= pkg-message README.FreeBSD
# Make sure that the right version of Python is used by the tools
# https://bugzilla.samba.org/show_bug.cgi?id=7305
-python_CMD= ${PYTHON_CMD}
-python_OLD_CMD= ${SETENV} python
+python_OLD_CMD= /usr/bin/env python
SHEBANG_FILES= ${PATCH_WRKSRC}/source4/scripting/bin/*
# No fancy color error messages
.if ${COMPILER_TYPE} == "clang"