summaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
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/exim/Makefile
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/exim/Makefile')
-rw-r--r--mail/exim/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 5727340cc7f..e3b0f9bd45c 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2006/01/08 18:35:09 xtraeme Exp $
+# $NetBSD: Makefile,v 1.75 2006/04/23 00:12:38 jlam Exp $
DISTNAME= exim-4.54
PKGREVISION= 2
@@ -26,7 +26,11 @@ MAKE_FLAGS+= FULLECHO=''
BUILD_DEFS+= EXIM_USER EXIM_GROUP EXIM_DB
PKG_GROUPS= ${EXIM_GROUP}
-PKG_USERS= ${EXIM_USER}:${EXIM_GROUP}::Exim\ mail\ server\ user:${VARBASE}/mail:${NOLOGIN}
+PKG_USERS= ${EXIM_USER}:${EXIM_GROUP}
+
+PKG_GECOS.${EXIM_USER}= Exim mail server user
+PKG_HOME.${EXIM_USER}= ${VARBASE}/mail
+PKG_SHELL.${EXIM_USER}= ${NOLOGIN}
PKG_SYSCONFSUBDIR?= exim
EXAMPLESDIR= ${PREFIX}/share/examples/exim