It would help if I committed the right Makefile, I suppose

This commit is contained in:
Ade Lovett 2000-08-05 00:50:34 +00:00
parent 76145df7a9
commit 153dd693ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31325

View File

@ -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/>'