diff options
author | ade <ade@FreeBSD.org> | 2000-08-05 08:50:34 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-05 08:50:34 +0800 |
commit | c85d95301d4440b2dac4e39525eccca926b8f169 (patch) | |
tree | 48cad5ce6c7f8c6a1497c87a6fc3abca53d7897c | |
parent | d4922ecdbc391e9a930924705783d8930ecce9bf (diff) | |
download | freebsd-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
-rw-r--r-- | mail/mailman/Makefile | 5 |
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/>' |