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/snmp4nagios | |
parent | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (diff) | |
download | ports-985b201424d63717aa5b6578fece8f2b853d9164.tar.gz ports-985b201424d63717aa5b6578fece8f2b853d9164.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt)
Notes
Notes:
svn path=/head/; revision=327757
Diffstat (limited to 'net-mgmt/snmp4nagios')
-rw-r--r-- | net-mgmt/snmp4nagios/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/snmp4nagios/Makefile b/net-mgmt/snmp4nagios/Makefile index d29753e7a252..1e7d9b7d7f62 100644 --- a/net-mgmt/snmp4nagios/Makefile +++ b/net-mgmt/snmp4nagios/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: snmp4nagios -# Date created: 22 June 2008 -# Whom: Ryan Steinmetz -# +# Created by: Ryan Steinmetz # $FreeBSD$ -# PORTNAME= SNMP4Nagios PORTVERSION= 0.4 @@ -25,6 +21,7 @@ NAGIOSDIR?= /var/spool/nagios OPTIONS_DEFINE= RRDTOOL RRDTOOL_DESC= Build with rrdtool support +NO_STAGE= yes .include <bsd.port.options.mk> CONFIGURE_ARGS= --sbindir=${PREFIX}/${NAGIOSWWWDIR}/cgi-bin \ |