summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-26 20:38:31 +0000
committerjlam <jlam>2001-11-26 20:38:31 +0000
commit158a82812a36c52a2afe498b1107b3b0545468f2 (patch)
tree72e7c5f0163f0edf167281176b0a2f60b193d72b /print
parentffb0a617909f0cd3e20bbc76a6e30cbdf5d535cb (diff)
downloadpkgsrc-158a82812a36c52a2afe498b1107b3b0545468f2.tar.gz
Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}.
Diffstat (limited to 'print')
-rw-r--r--print/cups/Makefile7
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