summaryrefslogtreecommitdiff
path: root/mail/postgrey
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-23 00:12:35 +0000
committerjlam <jlam@pkgsrc.org>2006-04-23 00:12:35 +0000
commiteac91b70695feb683093f5079aae8cb65b336520 (patch)
tree6dc352508076c2511c051c32fe25d3b9ea6c8c20 /mail/postgrey
parentb9d5da909c4ecd45d32b93d66d9184d5763b8ac9 (diff)
downloadpkgsrc-eac91b70695feb683093f5079aae8cb65b336520.tar.gz
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
Diffstat (limited to 'mail/postgrey')
-rw-r--r--mail/postgrey/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile
index 996197b8164..bc21c6ac72b 100644
--- a/mail/postgrey/Makefile
+++ b/mail/postgrey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/03/30 09:06:16 is Exp $
+# $NetBSD: Makefile,v 1.15 2006/04/23 00:12:38 jlam Exp $
#
DISTNAME= postgrey-1.24
@@ -30,7 +30,9 @@ EGDIR= share/examples/${PKGBASE}
RCD_SCRIPTS= postgrey
PKG_GROUPS= ${POSTGREY_GROUP}
-PKG_USERS= ${POSTGREY_USER}:${POSTGREY_GROUP}::Postgrey\ Daemon
+PKG_USERS= ${POSTGREY_USER}:${POSTGREY_GROUP}
+
+PKG_GECOS.${POSTGREY_USER}= Postgrey Daemon User
.for i in postgrey_whitelist_clients postgrey_whitelist_recipients
CONF_FILES+= ${PREFIX}/${EGDIR}/${i} \