diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-05-30 21:41:42 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-05-30 21:41:42 +0800 |
commit | c84b44ebc7670813cdcd010b09d1d04639ca67f4 (patch) | |
tree | bb137a8e88acc3275e2709c08e43311b0657f859 /mail/mailman | |
parent | 15bcdc0d9f13468036fb9467ef25cc9bf33c81b3 (diff) | |
download | freebsd-ports-gnome-c84b44ebc7670813cdcd010b09d1d04639ca67f4.tar.gz freebsd-ports-gnome-c84b44ebc7670813cdcd010b09d1d04639ca67f4.tar.zst freebsd-ports-gnome-c84b44ebc7670813cdcd010b09d1d04639ca67f4.zip |
- Fix postfix MAIL_GID.
- Bump PORTREVISION.
Approved by: mnag (mentor)
Diffstat (limited to 'mail/mailman')
-rw-r--r-- | mail/mailman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index edafd36665e9..f5e8c040e1de 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -7,6 +7,7 @@ PORTNAME= mailman PORTVERSION= 2.1.8 +PORTREVISION= 1 CATEGORIES?= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.list.org/ @@ -87,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+= mailman +MAIL_GID+= nobody .endif .if defined(WITH_CHINESE) |