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/Makefile.common | |
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/Makefile.common')
-rw-r--r-- | mail/qpopper/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
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 |