diff options
Diffstat (limited to 'net-mgmt/nagios-check_clamav/Makefile')
-rw-r--r-- | net-mgmt/nagios-check_clamav/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/nagios-check_clamav/Makefile b/net-mgmt/nagios-check_clamav/Makefile index 43d4cf775f9d..4aa53a0ec708 100644 --- a/net-mgmt/nagios-check_clamav/Makefile +++ b/net-mgmt/nagios-check_clamav/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-check_clamav -# Date created: Fri 12 Jun 2009 -# Whom: Alexey V. Degtyarev -# +# Created by: Alexey V. Degtyarev # $FreeBSD$ -# PORTNAME= check_clamav PORTVERSION= 1.2 @@ -25,6 +21,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-p PLIST_FILES= libexec/nagios/check_clamav +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/check_clamav \ ${PREFIX}/libexec/nagios/check_clamav |