diff options
author | jlam <jlam> | 2006-04-23 00:12:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-23 00:12:35 +0000 |
commit | 20460d2ae15d7505f5cfb4ce57ff35f9c49cf1e5 (patch) | |
tree | 6dc352508076c2511c051c32fe25d3b9ea6c8c20 /mail/postfix | |
parent | 1681e974bb6b92327674323cc6ecfcdc2381500b (diff) | |
download | pkgsrc-20460d2ae15d7505f5cfb4ce57ff35f9c49cf1e5.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')
-rw-r--r-- | mail/postfix/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index b61f5b0a41c..25021991a1e 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.179 2006/04/07 09:08:29 martti Exp $ +# $NetBSD: Makefile,v 1.180 2006/04/23 00:12:38 jlam Exp $ DISTNAME= postfix-2.2.10 #PKGREVISION= 1 @@ -92,7 +92,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 |