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 /databases | |
parent | 71c37a22dfbe5fdf7ff290ef8fcfa63c72e0cc77 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/nagios-check_mongodb/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql-libpqxx3/Makefile | 1 |
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 |