diff options
author | schmonz <schmonz@pkgsrc.org> | 2018-10-31 20:37:20 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2018-10-31 20:37:20 +0000 |
commit | d7aba3a5a2b80217d7e9b52d0e07821ff5dac065 (patch) | |
tree | c1412928001d2fc7faf6e4ff5993f040cd30156a | |
parent | 1b03c599c05593b67687742bfb07f22438436c48 (diff) | |
download | pkgsrc-d7aba3a5a2b80217d7e9b52d0e07821ff5dac065.tar.gz |
OWN_DIRS_PERMS to ${REAL_ROOT_GROUP}, not "wheel". Bump PKGREVISION.
-rw-r--r-- | mail/qgreylist/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/qgreylist/Makefile b/mail/qgreylist/Makefile index 9c5035acb3d..c74597fed5c 100644 --- a/mail/qgreylist/Makefile +++ b/mail/qgreylist/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2018/08/22 09:45:33 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2018/10/31 20:37:20 schmonz Exp $ DISTNAME= qgreylist-0.3 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= mail #MASTER_SITES= ${HOMEPAGE} @@ -16,8 +16,8 @@ DEPENDS+= ${DEPENDS_QMAIL} WRKSRC= ${WRKDIR}/qgreylist USE_TOOLS+= perl:run -OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/greylist ${QMAIL_DAEMON_USER} wheel 0755 -OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/whitelist ${QMAIL_DAEMON_USER} wheel 0755 +OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/greylist ${QMAIL_DAEMON_USER} ${REAL_ROOT_GROUP} 0755 +OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/whitelist ${QMAIL_DAEMON_USER} ${REAL_ROOT_GROUP} 0755 NO_BUILD= yes BUILD_DEFS+= QMAIL_DAEMON_USER |