summaryrefslogtreecommitdiffstats
path: root/www/apache13-ssl
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-04-07 13:47:37 +0000
committerclement <clement@FreeBSD.org>2004-04-07 13:47:37 +0000
commitae2e32fdf76d846160b27d2d2228570fddec9636 (patch)
tree20e30e5dc84f0a4ffa85d65767d0d8d6c66e1122 /www/apache13-ssl
parent6fe89c120bdbe277d519ec0f2533b54c302a50fd (diff)
downloadFreeBSD-ports-ae2e32fdf76d846160b27d2d2228570fddec9636.zip
FreeBSD-ports-ae2e32fdf76d846160b27d2d2228570fddec9636.tar.gz
- tar -> ${TAR}
While I'm here put --target=httpsd at the right place.
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r--www/apache13-ssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile
index 25431ae..b765844 100644
--- a/www/apache13-ssl/Makefile
+++ b/www/apache13-ssl/Makefile
@@ -63,8 +63,7 @@ SUEXEC_CONF=\
--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 @@ CONFIGURE_ARGS= \
--datadir=${PREFIX}/www \
--proxycachedir=${PREFIX}/www/proxy \
--libexecdir=${PREFIX}/libexec/apache \
+ --target=httpsd \
${SUEXEC_CONF}
OPTIM= -DHARD_SERVER_LIMIT=${APACHE_HARD_SERVER_LIMIT} \
@@ -125,7 +125,7 @@ MAN8= ab.8 httpsdctl.8 apxs.8 httpsd.8 logresolve.8 rotatelogs.8 \
.include <bsd.port.pre.mk>
post-extract:
- @cd ${WRKSRC} && tar xzf ${DISTDIR}/${DIST_SUBDIR}/apache_${APACHE_VERSION}+ssl_${APACHE_SSL_VERSION}${EXTRACT_SUFX}
+ @cd ${WRKSRC} && ${TAR} xzf ${DISTDIR}/${DIST_SUBDIR}/apache_${APACHE_VERSION}+ssl_${APACHE_SSL_VERSION}${EXTRACT_SUFX}
post-patch:
@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ./FixPatch ${OPENSSLBASE}
OpenPOWER on IntegriCloud