summaryrefslogtreecommitdiff
path: root/russian/apache13
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-21 07:52:25 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-21 07:52:25 +0000
commitfeb212beb00bfe3bc18e398c9d57084415ce3efd (patch)
treebc6deb450f4a254989bf685e19706e7650292054 /russian/apache13
parentUpdate to OpenGatekeeper 0.50 (diff)
Correct whitespace introduced during PORTNAME conversion and portlint
Notes
Notes: svn path=/head/; revision=27846
Diffstat (limited to 'russian/apache13')
-rw-r--r--russian/apache13/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/russian/apache13/Makefile b/russian/apache13/Makefile
index 7ccb86358391..3461407f7d59 100644
--- a/russian/apache13/Makefile
+++ b/russian/apache13/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= apache
-PORTVERSION= 1.3.11
-RA_VERSION= 29.3
+PORTVERSION= 1.3.11
CATEGORIES= www russian
MASTER_SITES= http://www.apache.org/dist/ \
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \
@@ -32,6 +31,7 @@ PATCHFILES= patches_${PORTVERSION}rusPL${RA_VERSION}.tar.gz
MAINTAINER= vns@delta.odessa.ua
+RA_VERSION= 29.3
Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000
#
@@ -64,14 +64,14 @@ OPTIM=-DHARD_SERVER_LIMIT=512 \
-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\"
.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES
-OPTIM+= -DBUFFERED_LOGS
-CFLAGS+= -O6 -fomit-frame-pointer
+OPTIM+= -DBUFFERED_LOGS
+CFLAGS+= -O6 -fomit-frame-pointer
.endif
-CONFIGURE_ENV= OPTIM='${OPTIM}'
+CONFIGURE_ENV= OPTIM='${OPTIM}'
-MAN1= dbmmanage.1 htdigest.1 htpasswd.1
-MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
+MAN1= dbmmanage.1 htdigest.1 htpasswd.1
+MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
pre-install:
@if [ -f ${WRKSRC}/htdocs/index.html.orig ]; then \