aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache20
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-06-01 04:26:38 +0800
committerAndrey A. Chernov <ache@FreeBSD.org>1997-06-01 04:26:38 +0800
commitea2647680f7d60e2f8e8d9f9fb201194fc937d63 (patch)
treee0d86b85f8cc18c89032524868c5d08a51d42e8f /www/apache20
parent6c8762d0203df08dcb18e4d3384998c68ef6a2f6 (diff)
downloadfreebsd-ports-ea2647680f7d60e2f8e8d9f9fb201194fc937d63.tar.gz
freebsd-ports-ea2647680f7d60e2f8e8d9f9fb201194fc937d63.tar.zst
freebsd-ports-ea2647680f7d60e2f8e8d9f9fb201194fc937d63.zip
Fix OPTIM= patching
Notes
Notes: svn path=/head/; revision=6657
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 98bb0f48b00d..7194aa522ef4 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=.*;& -DSERVER_SUBVERSION=\\"${VERS_ID}\\";' \
< Configuration.old > Configuration
.endif