diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-11-06 20:12:26 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-11-06 20:12:26 +0800 |
commit | 441e67416422e2f63065dd888fcba8ead18f2869 (patch) | |
tree | 09a2fd0e1e01fd1cf66dbc614609111ef932c601 /mail | |
parent | c24bce34194ce5675e02ae5858ac1a95fe433dd8 (diff) | |
download | freebsd-ports-gnome-441e67416422e2f63065dd888fcba8ead18f2869.tar.gz freebsd-ports-gnome-441e67416422e2f63065dd888fcba8ead18f2869.tar.zst freebsd-ports-gnome-441e67416422e2f63065dd888fcba8ead18f2869.zip |
- Fix postfix MAIL_GID
PR: ports/105072
Submitted by: Marshal Newrock <marshal@idealso.com>
Diffstat (limited to 'mail')
-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) |