summaryrefslogtreecommitdiff
path: root/net/nagios-nrpe
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2013-11-28 11:04:42 +0000
committerfhajny <fhajny@pkgsrc.org>2013-11-28 11:04:42 +0000
commit9f851a71f17eb0c59037d91a2f683400d7e9251e (patch)
treeec70eebd44e3b11d7b064275c7813a523eeb5480 /net/nagios-nrpe
parent7ba27ebc26d552145180db0cbc9ced70d2941718 (diff)
downloadpkgsrc-9f851a71f17eb0c59037d91a2f683400d7e9251e.tar.gz
Remove rc.d bits that are already handled by pkgsrc.
Diffstat (limited to 'net/nagios-nrpe')
-rw-r--r--net/nagios-nrpe/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/nagios-nrpe/Makefile b/net/nagios-nrpe/Makefile
index 6a17bf14195..843a056fa24 100644
--- a/net/nagios-nrpe/Makefile
+++ b/net/nagios-nrpe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2013/05/31 12:41:34 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2013/11/28 11:04:42 fhajny Exp $
#
DISTNAME= nrpe-2.12
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --with-nagios-group=${NAGIOS_GROUP:Q}
CONF_FILES+= ${PREFIX}/share/examples/nagios/nrpe.cfg ${PKG_SYSCONFDIR}/nrpe.cfg
RCD_SCRIPTS+= nrpe
-INSTALLATION_DIRS= sbin libexec/nagios share/examples/nagios share/examples/rc.d
+INSTALLATION_DIRS= sbin libexec/nagios share/examples/nagios
.include "options.mk"
@@ -43,6 +43,5 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${DESTDIR}${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/src/check_nrpe ${DESTDIR}${PREFIX}/libexec/nagios
${INSTALL_DATA} ${WRKSRC}/sample-config/nrpe.cfg ${DESTDIR}${PREFIX}/share/examples/nagios
- ${INSTALL_SCRIPT} ${WRKDIR}/nrpe ${DESTDIR}${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}
.include "../../mk/bsd.pkg.mk"