diff options
Diffstat (limited to 'net-mgmt/check_mysql_health/Makefile')
-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> |