diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-25 09:46:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-25 09:46:57 +0000 |
commit | b35454ed6b8ecb98c60a86bfc6aee09d494f9a3a (patch) | |
tree | 00eb5b94bd89e98ff0150f3931ba99f9e0cc83fa /sysutils | |
parent | 66f38aeddd36fde42f5c2ab62e99e63392352357 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/munin-common/Makefile | 2 | ||||
-rw-r--r-- | sysutils/munin-master/Makefile | 2 | ||||
-rw-r--r-- | sysutils/munin-node/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/munin-common/Makefile b/sysutils/munin-common/Makefile index 2f920c67fcff..a4e5ba9ba9b4 100644 --- a/sysutils/munin-common/Makefile +++ b/sysutils/munin-common/Makefile @@ -7,7 +7,7 @@ CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -common -MAINTAINER= zeising@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Common components between a munin node and server BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \ diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile index 7b3177b1299b..21c70eeb17e1 100644 --- a/sysutils/munin-master/Makefile +++ b/sysutils/munin-master/Makefile @@ -7,7 +7,7 @@ CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master -MAINTAINER= zeising@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Collector part of Munin BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \ diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index bf26a5270463..0d4e4a0983c9 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -8,7 +8,7 @@ CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node -MAINTAINER= zeising@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Node-specific part of Munin BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \ |