diff options
author | jlam <jlam> | 2001-11-26 20:38:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-26 20:38:31 +0000 |
commit | 158a82812a36c52a2afe498b1107b3b0545468f2 (patch) | |
tree | 72e7c5f0163f0edf167281176b0a2f60b193d72b /sysutils/amanda-common | |
parent | ffb0a617909f0cd3e20bbc76a6e30cbdf5d535cb (diff) | |
download | pkgsrc-158a82812a36c52a2afe498b1107b3b0545468f2.tar.gz |
Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}.
Diffstat (limited to 'sysutils/amanda-common')
-rw-r--r-- | sysutils/amanda-common/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile index b06203e0346..5eec1c5adfe 100644 --- a/sysutils/amanda-common/Makefile +++ b/sysutils/amanda-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/11/20 07:00:13 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2001/11/26 20:38:32 jlam Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -34,10 +34,8 @@ CONFIGURE_ENV+= ac_cv_lib_ncurses_tgetent=no CONFIGURE_ENV+= ac_cv_lib_ncurses_tgetent=no CONFIGURE_ENV+= ac_cv_lib_readline_readline=no -PKG_USER= ${AMANDA_USER} -PKG_USER_DESCR= Amanda user -PKG_USER_SHELL= ${SH} -PKG_GROUP= ${AMANDA_GROUP} +PKG_GROUPS= ${AMANDA_GROUP} +PKG_USERS= ${AMANDA_USER}:${AMANDA_GROUP}::Amanda\\ user::${SH} OWN_DIRS_PERMS= ${AMANDA_VAR} ${AMANDA_USER} ${AMANDA_GROUP} 0700 OWN_DIRS_PERMS+= ${AMANDA_VAR}/gnutar-lists ${AMANDA_USER} ${AMANDA_GROUP} 0700 |