summaryrefslogtreecommitdiff
path: root/net/icinga-base
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2017-08-07 17:56:12 +0000
committerjlam <jlam@pkgsrc.org>2017-08-07 17:56:12 +0000
commitf02df08864059c07a124112704fa3d054bcbae60 (patch)
tree38f7fb854154cbfd1118814735eefd54edc7b735 /net/icinga-base
parentd181d74625bcf10c79c3f687feb2e408c7e887bf (diff)
downloadpkgsrc-f02df08864059c07a124112704fa3d054bcbae60.tar.gz
Fix packages that had INSTALLATION_DIRS+=$(PKG_SYSCONFDIR}.
Set PKG_SYSCONFSUBDIR where appropriate, and use {MAKE,OWN}_DIRS to create the directory tree under ${PKG_SYSCONFDIR} instead of using INSTALLATION_DIRS. Bump the PKGREVISION of packages that changed due to changes in the package install scripts.
Diffstat (limited to 'net/icinga-base')
-rw-r--r--net/icinga-base/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/icinga-base/Makefile b/net/icinga-base/Makefile
index d60bda6c715..11c9c4701d4 100644
--- a/net/icinga-base/Makefile
+++ b/net/icinga-base/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2017/06/05 14:24:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2017/08/07 17:56:13 jlam Exp $
#
DISTNAME= icinga-1.9.4
PKGNAME= ${DISTNAME:S/-/-base-/}
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= net sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icinga/}
@@ -59,9 +59,9 @@ EGFILES+= objects/printer.cfg objects/switch.cfg
EGFILES+= objects/templates.cfg objects/timeperiods.cfg
EGFILES+= objects/windows.cfg resource.cfg
-INSTALLATION_DIRS+= ${PKG_SYSCONFDIR}/objects
-INSTALLATION_DIRS+= ${PKG_SYSCONFDIR}/modules
-INSTALLATION_DIRS+= ${PKG_SYSCONFDIR}/conf.d
+OWN_DIRS+= ${PKG_SYSCONFDIR}/objects
+OWN_DIRS+= ${PKG_SYSCONFDIR}/modules
+OWN_DIRS+= ${PKG_SYSCONFDIR}/conf.d
.for files in ${EGFILES}
CONF_FILES+= ${EGDIR}/${files} ${PKG_SYSCONFDIR}/${files}