diff options
author | abs <abs> | 2006-07-21 23:28:37 +0000 |
---|---|---|
committer | abs <abs> | 2006-07-21 23:28:37 +0000 |
commit | 44d1498baf4f15ef6798154f661b4653653ae6c4 (patch) | |
tree | d17ecc127820b3c8e3b66525517be2213fb8364e /sysutils/munin-node/patches/patch-aa | |
parent | 5e8984dc2b347778fc202974e140eadf8ba3f46e (diff) | |
download | pkgsrc-44d1498baf4f15ef6798154f661b4653653ae6c4.tar.gz |
Use PKG_SYSCONFSUBDIR so PKG_SYSCONFBASE can be set
Use REPLACE_PERL on all plugins
Adjust sensors_ to work with NetBSD 3
Bump PKGREVISION
Diffstat (limited to 'sysutils/munin-node/patches/patch-aa')
-rw-r--r-- | sysutils/munin-node/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/munin-node/patches/patch-aa b/sysutils/munin-node/patches/patch-aa index ad4384ef6fa..cede4fe637c 100644 --- a/sysutils/munin-node/patches/patch-aa +++ b/sysutils/munin-node/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2006/06/04 20:53:57 he Exp $ +$NetBSD: patch-aa,v 1.2 2006/07/21 23:28:37 abs Exp $ ---- Makefile.config.orig 2005-01-10 11:38:22.000000000 +0100 +--- Makefile.config.orig 2005-01-10 10:38:22.000000000 +0000 +++ Makefile.config @@ -7,32 +7,36 @@ # @@ -15,7 +15,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2006/06/04 20:53:57 he Exp $ # Where Munin keeps its configurations (server.conf, client.conf, ++) -CONFDIR = $(DESTDIR)/etc/opt/munin -+CONFDIR = $(UPREFIX)/etc/munin ++CONFDIR ?= $(UPREFIX)/etc/munin # Server only - where to put munin-cron -BINDIR = $(PREFIX)/bin |