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 | fe40bde7304f059a51d88139b419d8474a9bb8b9 (patch) | |
tree | aa48fa418ff045e66ec6c01c2789b73baa93d849 /mail/mailman | |
parent | 074608cd71bb0db70c4f93824ba20ce2b876ae74 (diff) | |
download | pkgsrc-fe40bde7304f059a51d88139b419d8474a9bb8b9.tar.gz |
Disable the permission check, mailman is very bitching otherwise.
Diffstat (limited to 'mail/mailman')
-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 |