summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-05-26 18:53:25 +0000
committerwiz <wiz@pkgsrc.org>2006-05-26 18:53:25 +0000
commitfbf7e316252b7e31212d4004c0beda2db1a58690 (patch)
tree480913cda9151c99b55026f2b7fe1e810e55c2f4
parentd1c06b5e520d90f1d2fb3bb16fb1a0798c8cf034 (diff)
downloadpkgsrc-fbf7e316252b7e31212d4004c0beda2db1a58690.tar.gz
Needs perl to build config file. Add some unexec rmdirs to PLIST.
Bump PKGREVISION.
-rw-r--r--net/nagios-nrpe/Makefile4
-rw-r--r--net/nagios-nrpe/PLIST4
2 files changed, 6 insertions, 2 deletions
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}