aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2016-03-01 00:05:08 +0000
committerMatthias Andree <mandree@FreeBSD.org>2016-03-01 00:05:08 +0000
commit97297c27ea4643f2db9aa66f6191232a78eff5d8 (patch)
treeedb79222342a03d4f03bbccc0adbc4a35df9c1e4 /mail
parente616349fd4277213e778eb2a93a827e3300f9666 (diff)
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/mailman/Makefile1
-rw-r--r--mail/mailman/files/pkg-install.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index a5d2751cc0f8..fcdcccd524ea 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mailman
DISTVERSION= 2.1.21
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= GNU \
SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \
diff --git a/mail/mailman/files/pkg-install.in b/mail/mailman/files/pkg-install.in
index 825cf512ac05..589500e0823f 100644
--- a/mail/mailman/files/pkg-install.in
+++ b/mail/mailman/files/pkg-install.in
@@ -63,8 +63,8 @@ POST-INSTALL)
"%%MAILMANDIR%%/archives/public"
# this can be 2770 or 2771 but should not be stomped over
test -d "%%MAILMANDIR%%/archives/private" \
- || /usr/bin/install -d -m 02771 \
- "%%MAILMANDIR%%/archives/private" -g "%%GROUP%%"
+ || /usr/bin/install -m 02771 -g "%%GROUP%%" \
+ -d "%%MAILMANDIR%%/archives/private"
/bin/chmod u+rwx,g+srwx "%%MAILMANDIR%%/archives/private"
/bin/chmod u+rwx,g+srwx,o+rx "%%MAILMANDIR%%/logs"