From fbf7e316252b7e31212d4004c0beda2db1a58690 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 26 May 2006 18:53:25 +0000 Subject: Needs perl to build config file. Add some unexec rmdirs to PLIST. Bump PKGREVISION. --- net/nagios-nrpe/Makefile | 4 +++- net/nagios-nrpe/PLIST | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'net/nagios-nrpe') diff --git a/net/nagios-nrpe/Makefile b/net/nagios-nrpe/Makefile index 7ba2cea9fe0..33ad113177b 100644 --- a/net/nagios-nrpe/Makefile +++ b/net/nagios-nrpe/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2006/05/21 10:46:13 grant Exp $ +# $NetBSD: Makefile,v 1.3 2006/05/26 18:53:25 wiz Exp $ # DISTNAME= nrpe-2.5.1 PKGNAME= nagios-${DISTNAME} +PKGREVISION= 1 CATEGORIES= net sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagios/} @@ -11,6 +12,7 @@ HOMEPAGE= http://sourceforge.net/projects/nagios/ COMMENT= Nagios remote program execution daemon GNU_CONFIGURE= yes +USE_TOOLS+= perl USE_PKGINSTALL= yes PKG_SYSCONFSUBDIR= nagios diff --git a/net/nagios-nrpe/PLIST b/net/nagios-nrpe/PLIST index 3e61730d0ef..ae1a507a8f7 100644 --- a/net/nagios-nrpe/PLIST +++ b/net/nagios-nrpe/PLIST @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2006/05/21 10:46:13 grant Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/05/26 18:53:25 wiz Exp $ sbin/nrpe libexec/nagios/check_nrpe share/examples/nagios/nrpe.cfg share/examples/rc.d/nrpe +@unexec ${RMDIR} %D/share/examples/nagios 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/libexec/nagios 2>/dev/null || ${TRUE} -- cgit v1.2.3