diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-06-14 10:14:43 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-06-14 10:14:43 +0000 |
commit | 79a3330486a9fe1f8b221bcae15203e0366bdaca (patch) | |
tree | 9c76de538fbe3fb6cfb911ffea9092d2ee12e144 /net | |
parent | dc26c43a7b31338271479d3594496ff1d7056c2b (diff) | |
download | pkgsrc-79a3330486a9fe1f8b221bcae15203e0366bdaca.tar.gz |
fix SMF Manifest installation by not overwriting INSTALLATION_DIRS
Diffstat (limited to 'net')
-rw-r--r-- | net/bind99/Makefile | 4 | ||||
-rw-r--r-- | net/nagios-nrpe/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index 16bdf9e3ba0..a9e4561940f 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2014/05/29 23:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2014/06/14 10:14:43 wiedi Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -69,7 +69,7 @@ PLIST.inet6= yes RCD_SCRIPTS= lwresd named9 SMF_METHODS= named -INSTALLATION_DIRS= ${DOCDIR} share/doc/bind9/arm +INSTALLATION_DIRS+= ${DOCDIR} share/doc/bind9/arm post-install: .for f in ${DOCS} 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" |