Index: head/net-mgmt/check_mysql_health/Makefile =================================================================== --- head/net-mgmt/check_mysql_health/Makefile (revision 394991) +++ head/net-mgmt/check_mysql_health/Makefile (revision 394992) @@ -1,33 +1,35 @@ # $FreeBSD$ PORTNAME= check_mysql_health PORTVERSION= 2.1.5.1 PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://labs.consol.de/wp-content/uploads/2011/04/ 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 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-statefiles-dir=${NAGIOSDIR} \ --with-nagios-user=${NAGIOSUSER} \ --with-nagios-group=${NAGIOSGROUP} \ --with-mymodules-dir=${PREFIX}/libexec/nagios \ --with-mymodules-dyn-dir=${PREFIX}/libexec/nagios \ --libexecdir=${PREFIX}/libexec/nagios \ --with-perl=${PERL} USES= perl5 +NO_ARCH= yes NAGIOSUSER?= nagios NAGIOSGROUP?= nagios NAGIOSDIR?= /var/spool/nagios PLIST_FILES= libexec/nagios/check_mysql_health .include Index: head/net-mgmt/check_mysql_health/pkg-descr =================================================================== --- head/net-mgmt/check_mysql_health/pkg-descr (revision 394991) +++ head/net-mgmt/check_mysql_health/pkg-descr (revision 394992) @@ -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/