summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-23 00:12:35 +0000
committerjlam <jlam>2006-04-23 00:12:35 +0000
commit7437941fb408b1e20d6e28dd2290697a84a4a299 (patch)
tree6dc352508076c2511c051c32fe25d3b9ea6c8c20 /mail/exim
parentbf1e4e52ecd4d715a2e9349fe606ba04d0d9418e (diff)
downloadpkgsrc-7437941fb408b1e20d6e28dd2290697a84a4a299.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')
-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