diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-05-31 20:34:09 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-05-31 20:34:09 +0000 |
commit | 1284c0768f1224415c1ac87c84187170f739d3d4 (patch) | |
tree | b6bfcffe5f4857ad13e32b2dea648255d0acfa44 /www/apache13-ssl | |
parent | ea2647680f7d60e2f8e8d9f9fb201194fc937d63 (diff) | |
download | ports-1284c0768f1224415c1ac87c84187170f739d3d4.tar.gz ports-1284c0768f1224415c1ac87c84187170f739d3d4.zip |
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 7194aa522ef4..bda75b867c2f 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=.*;OPTIM= -DSERVER_SUBVERSION=\\"${VERS_ID}\\";' \ < Configuration.old > Configuration .endif |