summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-10-31 15:58:30 +0000
committerjperkin <jperkin@pkgsrc.org>2013-10-31 15:58:30 +0000
commit9dabb099547f683a43591d94b27aae991f471a01 (patch)
tree538b67332de026782be6a5c9548131fbd36f394f /filesystems
parente47d103e8c3a57386c6f6229c811deee5abab1c5 (diff)
downloadpkgsrc-9dabb099547f683a43591d94b27aae991f471a01.tar.gz
Fix PKG_USERS usage.
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/tahoe-lafs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile
index d103616a0d0..303dfdf02bb 100644
--- a/filesystems/tahoe-lafs/Makefile
+++ b/filesystems/tahoe-lafs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2013/07/18 00:09:32 gdt Exp $
+# $NetBSD: Makefile,v 1.19 2013/10/31 16:04:05 jperkin Exp $
#
VERSION= 1.10.0
@@ -67,7 +67,8 @@ REPLACE_PYTHON+= src/allmydata/reliability.py
REPLACE_PYTHON+= src/allmydata/storage/shares.py
PKG_GROUPS= tahoes
-PKG_USERS= tahoes:tahoes::tahoe\ server
+PKG_USERS= tahoes:tahoes
+PKG_GECOS.tahoes= tahoe server
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"