summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-08-05 00:50:34 +0000
committerAde Lovett <ade@FreeBSD.org>2000-08-05 00:50:34 +0000
commit153dd693cec14469ff96595a25d4201656b16f3b (patch)
tree0ea369b378939df17865d6a173b102d54e590e60 /mail
parentUpdate to 2.0beta5. Previous version had security issues. (diff)
It would help if I committed the right Makefile, I suppose
Notes
Notes: svn path=/head/; revision=31325
Diffstat (limited to 'mail')
-rw-r--r--mail/mailman/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index 8294727422fe..ce164f599db5 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS+= $(LOCALBASE)/sbin/httpd:${PORTSDIR}/www/apache13\
python:${PORTSDIR}/lang/python
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-mail-gid=daemon
+CONFIGURE_ARGS= --with-mail-gid=daemon --with-cgi-gid=nogroup
UNAME= mailman
UID= 89
@@ -36,8 +36,9 @@ pre-configure:
${CHMOD} 2775 ${MAILMANDIR}
post-install:
+ @${CHOWN} -R :${UNAME} ${MAILMANDIR}
@echo All related binaries have been installed in ${MAILMANDIR}/bin
- @echo See ${WORKDIR}/INSTALL for installation instructions \($$prefix == ${MAILMANDIR}\).
+ @echo See ${WRKDIR}/INSTALL for installation instructions \($$prefix == ${MAILMANDIR}\).
@echo Sample entry for httpd.conf for Apache:
@echo " ScriptAlias /mailman/ ${MAILMANDIR}/cgi-bin/"
@echo ' <Directory ${MAILMANDIR}/cgi-bin/>'