summaryrefslogtreecommitdiff
path: root/russian/apache13-modssl/Makefile
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2003-10-24 14:45:32 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2003-10-24 14:45:32 +0000
commit9ebcc62f012f6cbd02b05e0216b9cb3d50dd8107 (patch)
tree2b9e774b4a8d1e48f9139791e89f95755c5da5f6 /russian/apache13-modssl/Makefile
parentRemove local definition of SITE_PERL (diff)
[1] Use bsd.port.(pre|post).mk
[2] Use DOCSDIR
Notes
Notes: svn path=/head/; revision=92069
Diffstat (limited to 'russian/apache13-modssl/Makefile')
-rw-r--r--russian/apache13-modssl/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/russian/apache13-modssl/Makefile b/russian/apache13-modssl/Makefile
index 23a06eee922c..9b1575ec0f94 100644
--- a/russian/apache13-modssl/Makefile
+++ b/russian/apache13-modssl/Makefile
@@ -46,6 +46,8 @@ CONFLICTS= apache+ipv6-* \
USE_OPENSSL= yes
USE_PERL5= yes
+DOCSDIR= ${PREFIX}/share/doc/apache
+
.include <bsd.port.pre.mk>
VERSION_APACHE= 1.3.28
@@ -56,8 +58,8 @@ VERSION_RA= 30.18
# some defaults
#
-DATADIR=${PREFIX}/www
-DOCUMENT_ROOT=${DATADIR}/data
+DATADIR?=${PREFIX}/www
+DOCUMENT_ROOT?=${DATADIR}/data
DEFAULT_PATH?=/bin:/usr/bin:${PREFIX}/bin
#
@@ -72,7 +74,7 @@ APACHE_SUEXEC_USERDIR?=public_html
SUEXEC_CONF=\
--enable-suexec \
--suexec-docroot=${APACHE_SUEXEC_DOCROOT} \
- --suexec-caller=www \
+s --suexec-caller=www \
--suexec-uidmin=1000 \
--suexec-gidmin=1000 \
--suexec-logfile=${APACHE_SUEXEC_LOG} \