diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-26 20:38:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-26 20:38:31 +0000 |
commit | 678c0f86f876a6627f87f5035ca03d672e715ae2 (patch) | |
tree | 72e7c5f0163f0edf167281176b0a2f60b193d72b /print | |
parent | 22d02d6b3ee441bb598f813d6f7a5421dca6335f (diff) | |
download | pkgsrc-678c0f86f876a6627f87f5035ca03d672e715ae2.tar.gz |
Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 7894d407893..e658fce68e7 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2001/11/25 18:59:47 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2001/11/26 20:38:31 jlam Exp $ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${VERS} @@ -61,9 +61,8 @@ BUILD_DEFS+= CUPS_USER CUPS_GROUP DOCDIR= ${PREFIX}/share/doc/cups EGDIR= ${PREFIX}/share/examples/cups -PKG_USER= ${CUPS_USER} -PKG_USER_DESCR= Common UNIX Printing System user -PKG_GROUP= ${CUPS_GROUP} +PKG_GROUPS= ${CUPS_GROUP} +PKG_USERS= ${CUPS_USER}:${CUPS_GROUP}::Common\\ UNIX\\ Printing\\ System\\ user:${SH} CONF_FILES= ${EGDIR}/client.conf ${PKG_SYSCONFDIR}/cups/client.conf CONF_FILES+= ${EGDIR}/cupsd.conf ${PKG_SYSCONFDIR}/cups/cupsd.conf |