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 | eac91b70695feb683093f5079aae8cb65b336520 (patch) | |
tree | 6dc352508076c2511c051c32fe25d3b9ea6c8c20 /mail/postfix-current | |
parent | b9d5da909c4ecd45d32b93d66d9184d5763b8ac9 (diff) | |
download | pkgsrc-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/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 3f38d43d3ed..f53569de975 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2006/04/07 09:26:43 martti Exp $ +# $NetBSD: Makefile,v 1.62 2006/04/23 00:12:38 jlam Exp $ DISTNAME= postfix-2.3-20060405 #PKGREVISION= 1 @@ -93,7 +93,9 @@ OWN_DIRS+= ${POSTFIX_QUEUE_DIR} ${POSTFIX_QUEUE_DIR}/etc MAKE_DIRS+= ${PKG_SYSCONFDIR} PKG_GROUPS?= postfix maildrop -PKG_USERS?= postfix:postfix::Postfix\ User:${POSTFIX_QUEUE_DIR} +PKG_USERS?= postfix:postfix +PKG_GECOS.postfix= Postfix User +PKG_HOME.postfix= ${POSTFIX_QUEUE_DIR} CONF_FILES= # empty .for _file_ in main.cf master.cf postfix-files |