summaryrefslogtreecommitdiff
path: root/net/nagios-nrpe
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-06-14 10:14:43 +0000
committerwiedi <wiedi@pkgsrc.org>2014-06-14 10:14:43 +0000
commit79a3330486a9fe1f8b221bcae15203e0366bdaca (patch)
tree9c76de538fbe3fb6cfb911ffea9092d2ee12e144 /net/nagios-nrpe
parentdc26c43a7b31338271479d3594496ff1d7056c2b (diff)
downloadpkgsrc-79a3330486a9fe1f8b221bcae15203e0366bdaca.tar.gz
fix SMF Manifest installation by not overwriting INSTALLATION_DIRS
Diffstat (limited to 'net/nagios-nrpe')
-rw-r--r--net/nagios-nrpe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nagios-nrpe/Makefile b/net/nagios-nrpe/Makefile
index 2de0c5d9129..fc8104df0c1 100644
--- a/net/nagios-nrpe/Makefile
+++ b/net/nagios-nrpe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2014/05/29 23:37:04 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2014/06/14 10:19:41 wiedi Exp $
#
DISTNAME= nrpe-2.12
@@ -39,7 +39,7 @@ FILES_SUBST+= NAGIOS_USER=${NAGIOS_USER}
FILES_SUBST+= NAGIOS_GROUP=${NAGIOS_GROUP}
FILES_SUBST+= NAGIOSDIR=${NAGIOSDIR}
-INSTALLATION_DIRS= sbin libexec/nagios share/examples/nagios
+INSTALLATION_DIRS+= sbin libexec/nagios share/examples/nagios
.include "options.mk"