diff options
-rw-r--r-- | net-mgmt/check_mysql_health/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/check_mysql_health/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/check_mysql_health/Makefile b/net-mgmt/check_mysql_health/Makefile index 42bc3a7721ab..8ce292a80690 100644 --- a/net-mgmt/check_mysql_health/Makefile +++ b/net-mgmt/check_mysql_health/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Nagios plugin to check various parameters of a MySQL database LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql @@ -23,6 +24,7 @@ CONFIGURE_ARGS= --with-statefiles-dir=${NAGIOSDIR} \ --with-perl=${PERL} USES= perl5 +NO_ARCH= yes NAGIOSUSER?= nagios NAGIOSGROUP?= nagios diff --git a/net-mgmt/check_mysql_health/pkg-descr b/net-mgmt/check_mysql_health/pkg-descr index 4c5de503d158..d14b473f3e27 100644 --- a/net-mgmt/check_mysql_health/pkg-descr +++ b/net-mgmt/check_mysql_health/pkg-descr @@ -1,3 +1,3 @@ a plugin to check various parameters of a MySQL database -WWW: http://labs.consol.de/lang/en/nagios/check_mysql_health/ +WWW: http://labs.consol.de/lang/en/nagios/check_mysql_health/ |