Index: apache13-ssl/Makefile =================================================================== RCS file: /home/pcvs/ports/www/apache13-ssl/Makefile,v retrieving revision 1.105 diff -u -r1.105 Makefile --- apache13-ssl/Makefile 18 Mar 2004 20:50:09 -0000 1.105 +++ apache13-ssl/Makefile 5 Apr 2004 09:35:14 -0000 @@ -63,8 +63,7 @@ --suexec-gidmin=${APACHE_SUEXEC_GIDMIN} \ --suexec-logfile=${APACHE_SUEXEC_LOG} \ --suexec-userdir=${APACHE_SUEXEC_USERDIR} \ - --suexec-safepath=${DEFAULT_PATH} \ - --target=httpsd + --suexec-safepath=${DEFAULT_PATH} .if defined(APACHE_SUEXEC_UMASK) SUEXEC_CONF+= --suexec-umask=${APACHE_SUEXEC_UMASK} @@ -102,6 +101,7 @@ --datadir=${PREFIX}/www \ --proxycachedir=${PREFIX}/www/proxy \ --libexecdir=${PREFIX}/libexec/apache \ + --target=httpsd \ ${SUEXEC_CONF} OPTIM= -DHARD_SERVER_LIMIT=${APACHE_HARD_SERVER_LIMIT} \