diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-26 18:53:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-26 18:53:25 +0000 |
commit | d695f1315982e88d46703d7d559d9613ec9e8564 (patch) | |
tree | 480913cda9151c99b55026f2b7fe1e810e55c2f4 /net/nagios-nrpe | |
parent | 743a7e70fd71cafd75540d7bdafc8d0053aa2c1d (diff) | |
download | pkgsrc-d695f1315982e88d46703d7d559d9613ec9e8564.tar.gz |
Needs perl to build config file. Add some unexec rmdirs to PLIST.
Bump PKGREVISION.
Diffstat (limited to 'net/nagios-nrpe')
-rw-r--r-- | net/nagios-nrpe/Makefile | 4 | ||||
-rw-r--r-- | net/nagios-nrpe/PLIST | 4 |
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} |