diff options
-rw-r--r-- | mail/exim/Makefile.common | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common index 02e0e6c2c85..99b4057a310 100644 --- a/mail/exim/Makefile.common +++ b/mail/exim/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2004/01/20 12:19:43 agc Exp $ +# $NetBSD: Makefile.common,v 1.4.2.1 2004/05/30 08:58:49 grant Exp $ MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ @@ -10,7 +10,7 @@ USE_PKGINSTALL= yes MAKE_ENV+= SSLBASE=${SSLBASE:Q} -EXIM_VERSION= 4.22 +EXIM_VERSION= 4.33 EXTRACT_SUFX= .tar.bz2 @@ -18,6 +18,9 @@ EXTRACT_SUFX= .tar.bz2 BUILD_DEFS= EXIM_USER EXIM_GROUP +PKG_GROUPS= ${EXIM_GROUP} +PKG_USERS= ${EXIM_USER}:${EXIM_GROUP}:8:Exim\\ mail\\ server\\ user:/var/mail:/sbin/nologin + WRKSRC= ${WRKDIR}/exim-${EXIM_VERSION} PKG_SYSCONFSUBDIR?= exim EXAMPLESDIR= ${PREFIX}/share/examples/exim |