diff options
author | joerg <joerg@pkgsrc.org> | 2010-07-11 18:17:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-07-11 18:17:27 +0000 |
commit | d75f34da127ce55e8fdcd24d816b9626b54896f7 (patch) | |
tree | 9ccf1ce0c7cca65bc6bdd1bcf3a7e26f95aeeabe /sysutils/munin-node | |
parent | 4cf6f0c6f0ced7b08146fb032f7099ed3b58e40f (diff) | |
download | pkgsrc-d75f34da127ce55e8fdcd24d816b9626b54896f7.tar.gz |
gecos field is quoted, so no need for manual quoting
Diffstat (limited to 'sysutils/munin-node')
-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 |