diff options
author | taca <taca@pkgsrc.org> | 2004-12-17 07:35:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-12-17 07:35:56 +0000 |
commit | b5bc064ab81c37b8c1432e06d1a7ca034b64102c (patch) | |
tree | 1574998d2f7021b35cf7aa4da17c7b7ff4f4907f /mail/qpopper | |
parent | 403fb8dffef923e30791666c9a1b2a7ee48d348c (diff) | |
download | pkgsrc-b5bc064ab81c37b8c1432e06d1a7ca034b64102c.tar.gz |
Correct set PKG_USERS with QPOPPER_USER and newly QPOPPER_GROUP.
Should be fix pkg/28687.
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 4 | ||||
-rw-r--r-- | mail/qpopper/Makefile.common | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 05e6bbae2a4..ac59ec27b8d 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2004/10/03 00:12:54 tv Exp $ +# $NetBSD: Makefile,v 1.44 2004/12/17 07:35:56 taca Exp $ # DISTNAME= qpopper${VERSION} @@ -24,7 +24,7 @@ RCD_SCRIPTS= qpopper MESSAGE_SUBST+= RCD_SCRIPTS=${RCD_SCRIPTS} \ RCD_SCRIPTS_DIR=${RCD_SCRIPTS_DIR} -PKG_USERS?= ${QPOPPER_USER} +PKG_USERS?= ${QPOPPER_USER}:${QPOPPER_GROUP} MAKE_ENV+= BINGRP=${BINGRP} pre-build: diff --git a/mail/qpopper/Makefile.common b/mail/qpopper/Makefile.common index b706b1149f7..a06a62b8179 100644 --- a/mail/qpopper/Makefile.common +++ b/mail/qpopper/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2004/07/13 13:24:37 markd Exp $ +# $NetBSD: Makefile.common,v 1.11 2004/12/17 07:35:56 taca Exp $ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libexecdir=${LOCALBASE}/libexec \ @@ -9,6 +9,7 @@ CONFIGURE_ARGS+= --libexecdir=${LOCALBASE}/libexec \ --disable-update-abort --without-gdbm QPOPPER_USER?= pop +QPOPPER_GROUP?= mail QPOPPER_FAC?= LOCAL1 QPOPPER_APOP_AUTH?= ${PKG_SYSCONFDIR}/apop.auth DB_SUFFIX?= db |