diff options
author | ache <ache@FreeBSD.org> | 1996-12-25 22:53:28 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-25 22:53:28 +0000 |
commit | e4720b6224feb54f936623441e00342cc903e1de (patch) | |
tree | 6d55c7a901ec7cf8b5beab4d3938bca98138fe5e /www/apache2/Makefile | |
parent | 478b52fe09285417f70fa87091280b2b74143a7a (diff) | |
download | FreeBSD-ports-e4720b6224feb54f936623441e00342cc903e1de.zip FreeBSD-ports-e4720b6224feb54f936623441e00342cc903e1de.tar.gz |
Upgrade to 1.2b3
Submitted by: mostly by peter
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r-- | www/apache2/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index c497377..d529614 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: apache HTTPD and HTTPSD -# Version required: 1.2b2 +# Version required: 1.2b3 # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.23 1996/12/11 19:09:59 ache Exp $ +# $Id: Makefile,v 1.24 1996/12/11 21:04:21 markm Exp $ # -DISTNAME= apache_1.2b2 -PKGNAME= apache-1.2b2 +DISTNAME= apache_1.2b3 +PKGNAME= apache-1.2b3 CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ @@ -26,10 +26,10 @@ VERS_ID= dir/ache .if defined(VERS_ID) post-patch: - @cd ${WRKSRC}/src; \ - mv httpd.h httpd.h.old; \ - sed 's=SERVER_VERSION *"\(.*\)"=SERVER_VERSION "\1 '"${VERS_ID}"'"=' \ - < httpd.h.old > httpd.h + @cd ${WRKSRC}/src && \ + mv Configuration Configuration.old && \ + sed 's;^OPTIM=.*;& -DSERVER_SUBVERSION=\\"${VERS_ID}\\";' \ + < Configuration.old > Configuration .endif .if defined(SECURE_SERVER) |