aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-08-05 08:50:34 +0800
committerade <ade@FreeBSD.org>2000-08-05 08:50:34 +0800
commitc85d95301d4440b2dac4e39525eccca926b8f169 (patch)
tree48cad5ce6c7f8c6a1497c87a6fc3abca53d7897c /mail
parentd4922ecdbc391e9a930924705783d8930ecce9bf (diff)
downloadfreebsd-ports-gnome-c85d95301d4440b2dac4e39525eccca926b8f169.tar.gz
freebsd-ports-gnome-c85d95301d4440b2dac4e39525eccca926b8f169.tar.zst
freebsd-ports-gnome-c85d95301d4440b2dac4e39525eccca926b8f169.zip
It would help if I committed the right Makefile, I suppose
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/>'