diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-23 00:12:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-23 00:12:35 +0000 |
commit | 802ce74fcbb88a27d21b45fde8f40d7ac06aaeff (patch) | |
tree | 6dc352508076c2511c051c32fe25d3b9ea6c8c20 /mail/gld | |
parent | 2797f2c4fb216f032f202408065b46d743490144 (diff) | |
download | pkgsrc-802ce74fcbb88a27d21b45fde8f40d7ac06aaeff.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/gld')
-rw-r--r-- | mail/gld/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/gld/Makefile b/mail/gld/Makefile index 3589560c41d..b67ebce36a1 100644 --- a/mail/gld/Makefile +++ b/mail/gld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:00 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/04/23 00:12:38 jlam Exp $ # DISTNAME= gld-1.6 @@ -20,7 +20,8 @@ RCD_SCRIPTS= gld GLD_USER?= gld GLD_GROUP?= gld PKG_GROUPS= ${GLD_GROUP} -PKG_USERS= ${GLD_USER}:${GLD_GROUP}::Greylisting\ Daemon\ user +PKG_USERS= ${GLD_USER}:${GLD_GROUP} +PKG_GECOS.${GLD_USER}= Greylisting Daemon user SUBST_CLASSES+= gld users SUBST_STAGE.gld= post-patch |