diff options
author | mat <mat@FreeBSD.org> | 2019-01-30 04:45:23 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-01-30 04:45:23 +0800 |
commit | 5d10af762e10fb38e0c82f4dbf85657e651934de (patch) | |
tree | e0dad8df41a1204bc17e560543312af2843870e2 /sysutils/munin-node | |
parent | 2f725f3b9d3c75c3e35f467b4b191cb6232536c7 (diff) | |
download | freebsd-ports-gnome-5d10af762e10fb38e0c82f4dbf85657e651934de.tar.gz freebsd-ports-gnome-5d10af762e10fb38e0c82f4dbf85657e651934de.tar.zst freebsd-ports-gnome-5d10af762e10fb38e0c82f4dbf85657e651934de.zip |
Fix munin-node when the hostname is mixed case.
PR: 235197
Submitted by: John W. O'Brien
Diffstat (limited to 'sysutils/munin-node')
-rw-r--r-- | sysutils/munin-node/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index 9fd448d975d8..6a95fe822afd 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -3,7 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node |