diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
commit | 985b201424d63717aa5b6578fece8f2b853d9164 (patch) | |
tree | cc5885e72ecb468c0903137642e832ae5c7dc584 /net-mgmt/check_mysql_health | |
parent | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (diff) |
Notes
Diffstat (limited to 'net-mgmt/check_mysql_health')
-rw-r--r-- | net-mgmt/check_mysql_health/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-mgmt/check_mysql_health/Makefile b/net-mgmt/check_mysql_health/Makefile index 26e106712e1b..a248917fca24 100644 --- a/net-mgmt/check_mysql_health/Makefile +++ b/net-mgmt/check_mysql_health/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: check_mysql_health -# Date created: November 8, 2010 -# Whom: pgollucci@p6m7g8.com -# # $FreeBSD$ -# PORTNAME= check_mysql_health PORTVERSION= 2.1.5.1 @@ -35,4 +30,5 @@ NAGIOSDIR?= /var/spool/nagios PLIST_FILES= libexec/nagios/check_mysql_health PLIST_DIRS= libexec/nagios +NO_STAGE= yes .include <bsd.port.mk> |