diff options
-rw-r--r-- | sysutils/munin-node/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index 665b1c790d8..14870897d29 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2010/07/11 18:15:47 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2010/07/11 18:17:27 joerg Exp $ # DISTNAME= munin_${VER} @@ -43,7 +43,7 @@ MUNIN_USER?= munin PKG_GROUPS= ${MUNIN_GROUP} PKG_USERS= ${MUNIN_USER}:${MUNIN_GROUP} -PKG_GECOS.${MUNIN_USER}= Munin\\ user +PKG_GECOS.${MUNIN_USER}= Munin user PKG_SYSCONFSUBDIR?= munin REPLACE_PERL+= node/node.d/*.in |