diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-25 22:53:28 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-25 22:53:28 +0000 |
commit | 39f3dc0e4dc2a020aec679a3f90c6158dda625d4 (patch) | |
tree | aca265aa373ce04f965016302f9bd2becd65bc3a /www/apache13/Makefile | |
parent | Integrate changes from OpenBSD's efforts to use the FreeBSD ports system. (diff) |
Upgrade to 1.2b3
Submitted by: mostly by peter
Notes
Notes:
svn path=/head/; revision=5095
Diffstat (limited to 'www/apache13/Makefile')
-rw-r--r-- | www/apache13/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index c497377b39fd..d5296140f6ba 100644 --- a/www/apache13/Makefile +++ b/www/apache13/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) |