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 /chat/gale | |
parent | ffb0a617909f0cd3e20bbc76a6e30cbdf5d535cb (diff) | |
download | pkgsrc-158a82812a36c52a2afe498b1107b3b0545468f2.tar.gz |
Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}.
Diffstat (limited to 'chat/gale')
-rw-r--r-- | chat/gale/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/gale/Makefile b/chat/gale/Makefile index 7069a6cba01..164175806be 100644 --- a/chat/gale/Makefile +++ b/chat/gale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/11/25 18:59:45 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/11/26 20:38:31 jlam Exp $ # DISTNAME= gale-0.99a @@ -24,8 +24,8 @@ CPPFLAGS+= -I${BUILDLINK_DIR}/include/w3c-libwww PKG_SYSCONFSUBDIR?= gale EGDIR= ${PREFIX}/share/examples/${PKGBASE} -PKG_USER= gale -PKG_GROUP= gale +PKG_GROUPS= gale +PKG_USERS= gale:gale SUPPORT_FILES= ${EGDIR}/COPYING ${PKG_SYSCONFDIR}/gale/COPYING SUPPORT_FILES+= ${EGDIR}/ROOT ${PKG_SYSCONFDIR}/gale/auth/trusted/ROOT |