summaryrefslogtreecommitdiff
path: root/www/apache13-ssl/Makefile
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2003-11-12 21:09:27 +0000
committerJames E. Housley <jeh@FreeBSD.org>2003-11-12 21:09:27 +0000
commit4921dc1ff587cb6a14a9f80521f8e12db4c92bb7 (patch)
tree07dd0d5011101b271abc3ad1dd42991da0f6fa1d /www/apache13-ssl/Makefile
parentClarify a sentence on pkg-message. (diff)
Here's the patch.
files/patch-FixPatch was missing too. Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=93842
Diffstat (limited to 'www/apache13-ssl/Makefile')
-rw-r--r--www/apache13-ssl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile
index 53c8d531ea14..87b9b69f5869 100644
--- a/www/apache13-ssl/Makefile
+++ b/www/apache13-ssl/Makefile
@@ -9,6 +9,7 @@
PORTNAME= apache+ssl
PORTVERSION= ${APACHE_VERSION}.${APACHE_SSL_VERSION}
+PORTREVISION= 1
CATEGORIES= www security
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \
${MASTER_SITES_APACHE_SSL:S/$/:ssl/}
@@ -59,7 +60,8 @@ SUEXEC_CONF=\
--suexec-gidmin=${APACHE_SUEXEC_GIDMIN} \
--suexec-logfile=${APACHE_SUEXEC_LOG} \
--suexec-userdir=${APACHE_SUEXEC_USERDIR} \
- --suexec-safepath=${DEFAULT_PATH}
+ --suexec-safepath=${DEFAULT_PATH} \
+ --target=httpsd
.if defined(APACHE_SUEXEC_UMASK)
SUEXEC_CONF+= --suexec-umask=${APACHE_SUEXEC_UMASK}