aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mailman
diff options
context:
space:
mode:
authorjmelo <jmelo@FreeBSD.org>2006-05-30 21:41:42 +0800
committerjmelo <jmelo@FreeBSD.org>2006-05-30 21:41:42 +0800
commitc84b44ebc7670813cdcd010b09d1d04639ca67f4 (patch)
treebb137a8e88acc3275e2709c08e43311b0657f859 /mail/mailman
parent15bcdc0d9f13468036fb9467ef25cc9bf33c81b3 (diff)
downloadfreebsd-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/Makefile3
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)