summaryrefslogtreecommitdiff
path: root/www/apache20
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-05-31 20:34:09 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-05-31 20:34:09 +0000
commit1284c0768f1224415c1ac87c84187170f739d3d4 (patch)
treeb6bfcffe5f4857ad13e32b2dea648255d0acfa44 /www/apache20
parentFix OPTIM= patching (diff)
More fixing of OPTIM replacement
Notes
Notes: svn path=/head/; revision=6658
Diffstat (limited to 'www/apache20')
-rw-r--r--www/apache20/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile
index 7194aa522ef4..bda75b867c2f 100644
--- a/www/apache20/Makefile
+++ b/www/apache20/Makefile
@@ -32,7 +32,7 @@ VERS_ID= dir/ache
post-patch:
@cd ${WRKSRC}/src && \
mv Configuration Configuration.old && \
- sed 's;^#*OPTIM=.*;& -DSERVER_SUBVERSION=\\"${VERS_ID}\\";' \
+ sed 's;^#*OPTIM=.*;OPTIM= -DSERVER_SUBVERSION=\\"${VERS_ID}\\";' \
< Configuration.old > Configuration
.endif