diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-05-31 20:26:38 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-05-31 20:26:38 +0000 |
commit | ea2647680f7d60e2f8e8d9f9fb201194fc937d63 (patch) | |
tree | e0d86b85f8cc18c89032524868c5d08a51d42e8f /www/apache13-ssl | |
parent | 6c8762d0203df08dcb18e4d3384998c68ef6a2f6 (diff) |
Notes
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r-- | www/apache13-ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index 98bb0f48b00d..7194aa522ef4 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/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 |