diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-29 19:17:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-29 19:17:34 +0000 |
commit | 4223a82df747122be52b40daa1126f48bf1f97f2 (patch) | |
tree | aa48fa418ff045e66ec6c01c2789b73baa93d849 /mail | |
parent | 58317f019fc37918e204021bfbe1da79ec3acc9b (diff) | |
download | pkgsrc-4223a82df747122be52b40daa1126f48bf1f97f2.tar.gz |
Disable the permission check, mailman is very bitching otherwise.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailman/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index f3114f17500..155f7aa032b 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2008/04/25 20:39:10 joerg Exp $ +# $NetBSD: Makefile,v 1.51 2008/05/29 19:17:34 joerg Exp $ DISTNAME= mailman-2.1.9 CATEGORIES= mail www @@ -97,6 +97,9 @@ SUBST_STAGE.paths= post-patch PYCOMPILEALL= ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py +# mailman depends a lot on it and will bitch if changed. +CHECK_PERMS= no + post-extract: ${CP} ${FILESDIR}/mailman.conf.dist ${WRKDIR}/mailman.conf.dist |