summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-20 08:45:10 +0000
committerrillig <rillig>2006-10-20 08:45:10 +0000
commit679ac303c6b6140b4bc60b9937692a19e92828d0 (patch)
tree9125db4b19d81c84cf4fe63d6719a1378c9bd9eb /net
parent23f85a6e25a673f518a3e54e70933926c64c6002 (diff)
downloadpkgsrc-679ac303c6b6140b4bc60b9937692a19e92828d0.tar.gz
Fixed a typo in CONFIGURE_ARGS and some references to WRKDIR.
PKGREVISION++
Diffstat (limited to 'net')
-rw-r--r--net/nagios-base/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/nagios-base/Makefile b/net/nagios-base/Makefile
index fe4949e35a8..c559939d60f 100644
--- a/net/nagios-base/Makefile
+++ b/net/nagios-base/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2006/08/17 14:19:00 taca Exp $
+# $NetBSD: Makefile,v 1.10 2006/10/20 08:45:10 rillig Exp $
#
DISTNAME= nagios-2.5
PKGNAME= ${DISTNAME:S/-/-base-/}
+PKGREVISION= 1
CATEGORIES= net sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagios/}
@@ -20,12 +21,15 @@ CONFIGURE_ARGS+= --with-gd-lib=${LOCALBASE}/lib \
--with-perlcache
CONFIGURE_ARGS+= --with-nagios-user=${NAGIOS_USER:Q}
-CONFIGURE_ARGS+= --with-nagios-grp=${NAGIOS_GROUP:Q}
+CONFIGURE_ARGS+= --with-nagios-group=${NAGIOS_GROUP:Q}
CONFIGURE_ARGS+= --with-command-user=${ROOT_USER:Q}
CONFIGURE_ARGS+= --with-command-grp=${ROOT_GROUP:Q}
CONFIGURE_ARGS+= --with-init-dir=${PREFIX}/share/examples/rc.d
CONFIGURE_ARGS+= --with-lockfile=/var/run/nagios/nagios.lock
+USE_TOOLS+= mail:run
+CONFIGURE_ARGS+= --with-mail=${TOOLS_PLATFORM.mail}
+
RCD_SCRIPTS+= nagios
INSTALL_TARGET= install install-config