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/nagios-check_clamav | |
parent | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (diff) |
Notes
Diffstat (limited to 'net-mgmt/nagios-check_clamav')
-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 |