diff options
author | xtraeme <xtraeme> | 2004-10-27 23:31:57 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-10-27 23:31:57 +0000 |
commit | 77ad87216ed9e593a67a62325f6ed166a6ed4198 (patch) | |
tree | 8257fcea5665b8258cdc9b117ff648ebc6466644 /mail/dspam | |
parent | dbfaf897d2b92f8119b7e00acbbbe8533b92000f (diff) | |
download | pkgsrc-77ad87216ed9e593a67a62325f6ed166a6ed4198.tar.gz |
Add missing OWN_DIRS_PERMS for DSPAM_LOGDIR.
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 61c0987ef75..4ed3e8b6923 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/10/27 23:27:00 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2004/10/27 23:31:57 xtraeme Exp $ DISTNAME= dspam-3.2.0 PKGREVISION= 1 @@ -70,6 +70,7 @@ PKG_USERS= ${DSPAM_USER}:${DSPAM_GROUP} SPECIAL_PERMS= ${PREFIX}/bin/dspam ${DSPAM_USER} ${DSPAM_GROUP} \ ${DSPAM_BINMODE} OWN_DIRS_PERMS= ${DSPAM_HOME} ${DSPAM_USER} ${DSPAM_GROUP} 0770 +OWN_DIRS_PERMS+= ${DSPAM_LOGDIR} ${DSPAM_USER} ${DSPAM_GROUP} 0770 SUBST_CLASSES+= conf SUBST_STAGE.conf= pre-install |