diff options
Diffstat (limited to 'net/tor')
-rw-r--r-- | net/tor/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 6e9aaa686b3..25852588cdb 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/04/06 06:22:35 reed Exp $ +# $NetBSD: Makefile,v 1.28 2006/04/23 00:12:41 jlam Exp $ # DISTNAME= tor-0.1.0.17 @@ -20,7 +20,9 @@ PKG_HOME?= /var/chroot/tor RCD_SCRIPTS= tor PKG_GROUPS= ${TOR_GROUP} -PKG_USERS= ${TOR_USER}:${TOR_GROUP}::Torifier:${PKG_HOME} +PKG_USERS= ${TOR_USER}:${TOR_GROUP} +PKG_GECOS.${TOR_USER}= Torifier +PKG_HOME.${TOR_USER}= ${PKG_HOME} USER_GROUP= ${TOR_USER} ${TOR_GROUP} OWN_DIR_PERMS+= ${PKG_HOME} ${USER_GROUP} 0755 |