aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-02-19 16:20:20 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-02-19 16:20:20 +0000
commitef708e6d8a0a77d824a3358117bbfafc366bc1c4 (patch)
treed80109fd48045f84f92e0f0f0d8c5fa92006aca8 /net-mgmt
parenta4be87ab9dc80d0ea89e399b9000b176c5eaa135 (diff)
downloadports-ef708e6d8a0a77d824a3358117bbfafc366bc1c4.tar.gz
ports-ef708e6d8a0a77d824a3358117bbfafc366bc1c4.zip
When using opt_VARS and the value of the variable has space, it must be
quoted. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=462332
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/zabbix3-frontend/Makefile2
-rw-r--r--net-mgmt/zabbix32-frontend/Makefile2
-rw-r--r--net-mgmt/zabbix34-frontend/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/zabbix3-frontend/Makefile b/net-mgmt/zabbix3-frontend/Makefile
index 5c52bdfdbb0d..e554ec59a050 100644
--- a/net-mgmt/zabbix3-frontend/Makefile
+++ b/net-mgmt/zabbix3-frontend/Makefile
@@ -21,7 +21,7 @@ OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE
OPTIONS_DEFAULT= MYSQLI
MYSQLI_DESC= MySQLI backend
-MYSQL_VARS= IGNORE_WITH_PHP+=70 71
+MYSQL_VARS= IGNORE_WITH_PHP+="70 71"
.include <bsd.port.options.mk>
diff --git a/net-mgmt/zabbix32-frontend/Makefile b/net-mgmt/zabbix32-frontend/Makefile
index 78a876434b91..8584899f876d 100644
--- a/net-mgmt/zabbix32-frontend/Makefile
+++ b/net-mgmt/zabbix32-frontend/Makefile
@@ -20,7 +20,7 @@ OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE
OPTIONS_DEFAULT= MYSQLI
MYSQLI_DESC= MySQLI backend
-MYSQL_VARS= IGNORE_WITH_PHP+=70 71
+MYSQL_VARS= IGNORE_WITH_PHP+="70 71"
.include <bsd.port.options.mk>
diff --git a/net-mgmt/zabbix34-frontend/Makefile b/net-mgmt/zabbix34-frontend/Makefile
index 8ba64031efc9..2885579106e8 100644
--- a/net-mgmt/zabbix34-frontend/Makefile
+++ b/net-mgmt/zabbix34-frontend/Makefile
@@ -20,7 +20,7 @@ OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE
OPTIONS_DEFAULT= MYSQLI
MYSQLI_DESC= MySQLI backend
-MYSQL_VARS= IGNORE_WITH_PHP+=70 71
+MYSQL_VARS= IGNORE_WITH_PHP+="70 71"
.include <bsd.port.options.mk>