diff options
author | jlam <jlam> | 2001-11-26 20:38:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-26 20:38:31 +0000 |
commit | b55516f3647b6bb77ab7a6a015cf5847530fad50 (patch) | |
tree | 72e7c5f0163f0edf167281176b0a2f60b193d72b /chat | |
parent | 53bbe8c3452be12f505c193455702365bbd556f9 (diff) | |
download | pkgsrc-b55516f3647b6bb77ab7a6a015cf5847530fad50.tar.gz |
Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}.
Diffstat (limited to 'chat')
-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 |