From 153dd693cec14469ff96595a25d4201656b16f3b Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Sat, 5 Aug 2000 00:50:34 +0000 Subject: [PATCH] It would help if I committed the right Makefile, I suppose --- mail/mailman/Makefile | 5 +++-- 1 file 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 ' '