pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/zabbix50-frontend zabbix50-frontend: No PLIST...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fde9d0f14a2e
branches:  trunk
changeset: 441441:fde9d0f14a2e
user:      otis <otis%pkgsrc.org@localhost>
date:      Tue Nov 03 23:12:11 2020 +0000

description:
zabbix50-frontend: No PLIST substitutions in frontend

diffstat:

 sysutils/zabbix50-frontend/options.mk |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 290c4aedc16c -r fde9d0f14a2e sysutils/zabbix50-frontend/options.mk
--- a/sysutils/zabbix50-frontend/options.mk     Tue Nov 03 23:05:49 2020 +0000
+++ b/sysutils/zabbix50-frontend/options.mk     Tue Nov 03 23:12:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2020/11/03 22:48:55 otis Exp $
+# $NetBSD: options.mk,v 1.2 2020/11/03 23:12:11 otis Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.zabbix50-frontend
 PKG_OPTIONS_OPTIONAL_GROUPS=   database
@@ -7,9 +7,6 @@
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=           pgsql
-PLIST_VARS+=           mysql
-
 .if !empty(PKG_OPTIONS:Mmysql)
 CONFIGURE_ARGS+=       --with-mysql
 .include "../../mk/mysql.buildlink3.mk"
@@ -20,5 +17,4 @@
 CONFIGURE_ARGS+=       --with-postgresql
 .include "../../mk/pgsql.buildlink3.mk"
 ZABBIX_DB_TYPE=                postgresql
-PLIST.pgsql=           yes
 .endif



Home | Main Index | Thread Index | Old Index