diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-11-06 12:12:26 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-11-06 12:12:26 +0000 |
commit | 4751c5268d3f7e146fbd9c8042ec18e7d5a48b64 (patch) | |
tree | efe96d5507061c001e20838d255d9c81ed2fe06a /mail/mailman | |
parent | 6bd7a7aba8243984684b95850bd028732e6ca08e (diff) |
- Fix postfix MAIL_GID
PR: ports/105072
Submitted by: Marshal Newrock <marshal@idealso.com>
Notes
Notes:
svn path=/head/; revision=176600
Diffstat (limited to 'mail/mailman')
-rw-r--r-- | mail/mailman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index 4fa7208ef05b..c14a74b0df9a 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -87,7 +87,7 @@ MAIL_GID?= mail .if defined(WITH_SENDMAIL) || defined(WITH_EXIM3) || defined(WITH_EXIM4) BROKEN= choose only one MTA integration .endif -MAIL_GID?= mailman +MAIL_GID?= nobody .endif .if defined(WITH_CHINESE) |