diff options
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 |