diff options
author | jmelo <jmelo@FreeBSD.org> | 2007-04-23 21:01:50 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2007-04-23 21:01:50 +0800 |
commit | 47f885ce31de2550f6c6166db85bc9e1d2aa4479 (patch) | |
tree | 93a015db33e85fc7259076fc4499e9f6da7f667b /mail/mailman | |
parent | 5c840532f7a6539adec965f768fe93e7eca2c4d6 (diff) | |
download | freebsd-ports-gnome-47f885ce31de2550f6c6166db85bc9e1d2aa4479.tar.gz freebsd-ports-gnome-47f885ce31de2550f6c6166db85bc9e1d2aa4479.tar.zst freebsd-ports-gnome-47f885ce31de2550f6c6166db85bc9e1d2aa4479.zip |
- Fix postfix MAIL_GID.
Reported on: ports@
Diffstat (limited to 'mail/mailman')
-rw-r--r-- | mail/mailman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index b9da63925c89..898de146b931 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -7,7 +7,7 @@ PORTNAME= mailman DISTVERSION= 2.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.list.org/ @@ -88,7 +88,7 @@ MAIL_GID?= mail .if defined(WITH_SENDMAIL) || defined(WITH_EXIM3) || defined(WITH_EXIM4) BROKEN= choose only one MTA integration .endif -MAIL_GID?= nobody +MAIL_GID?= mailman .endif .if defined(WITH_CHINESE) |