aboutsummaryrefslogtreecommitdiffstats
path: root/databases
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 /databases
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 'databases')
-rw-r--r--databases/nagios-check_mongodb/Makefile3
-rw-r--r--databases/postgresql-libpqxx/Makefile1
-rw-r--r--databases/postgresql-libpqxx3/Makefile1
3 files changed, 1 insertions, 4 deletions
diff --git a/databases/nagios-check_mongodb/Makefile b/databases/nagios-check_mongodb/Makefile
index 8e21edcdf7fe..74c42e0b823c 100644
--- a/databases/nagios-check_mongodb/Makefile
+++ b/databases/nagios-check_mongodb/Makefile
@@ -17,8 +17,7 @@ GH_PROJECT= nagios-plugin-mongodb
GH_TAGNAME= 9d17373
USES= python shebangfix
SHEBANG_FILES= ${WRKSRC}/check_mongodb.py
-python_OLD_CMD= "/usr/bin/env\ python"
-python_CMD= ${PYTHON_CMD}
+python_OLD_CMD= /usr/bin/env python
NO_BUILD= yes
PLIST_FILES= libexec/nagios/check_mongodb
diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile
index 0f4c5dd56099..ed9ed981cf91 100644
--- a/databases/postgresql-libpqxx/Makefile
+++ b/databases/postgresql-libpqxx/Makefile
@@ -22,7 +22,6 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION:R}
SHEBANG_FILES= ${WRKSRC}/tools/splitconfig
-python_CMD= ${PYTHON_CMD}
CONFIGURE_ARGS= --enable-shared \
--disable-dependency-tracking
diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile
index ae82dae5aa78..9acfb01c90bc 100644
--- a/databases/postgresql-libpqxx3/Makefile
+++ b/databases/postgresql-libpqxx3/Makefile
@@ -23,7 +23,6 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
INSTALL_TARGET= install-strip
SHEBANG_FILES= tools/splitconfig
-python_CMD= ${PYTHON_CMD}
CONFIGURE_ARGS= --enable-shared